Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gradle.yml build workflow #7

Merged
merged 10 commits into from
Mar 24, 2024
Merged

Add gradle.yml build workflow #7

merged 10 commits into from
Mar 24, 2024

Conversation

daverbk
Copy link
Collaborator

@daverbk daverbk commented Mar 23, 2024

Pull Request

Description

Added build workflow to build and tests our application

Related Issue

#6

Checklist

Please review and check all applicable items:

  • I have tested my changes thoroughly
  • My code follows the project's coding standards and guidelines
  • I have reviewed my changes to ensure there are no unnecessary changes
  • My pull request has a descriptive title and includes a detailed description of the changes

Additional Notes

     - name: Update application.yml spring.config.import
        uses: fjogeleit/yaml-update-action@main
        with:
          valueFile: ./src/main/resources/application.yml
          propertyPath: 'spring.config.import'
          value: 'classpath:application.yml'
          commitChange: false
          createPR: false

      - name: Update application.yml google.client-id
        uses: fjogeleit/yaml-update-action@main
        with:
          valueFile: ./src/main/resources/application.yml
          propertyPath: 'spring.security.oauth2.client.registration.google["client-id"]'
          value: 'dummy'
          commitChange: false
          createPR: false

      - name: Update application.yml google.client-secret
        uses: fjogeleit/yaml-update-action@main
        with:
          valueFile: ./src/main/resources/application.yml
          propertyPath: 'spring.security.oauth2.client.registration.google["client-secret"]'
          value: 'dummy'
          commitChange: false
          createPR: false

is used to update our application.yml to avoid build issues connected with secrets file absence

@daverbk daverbk added the enhancement New feature or request label Mar 23, 2024
@daverbk daverbk requested a review from leingenm March 23, 2024 13:57
@daverbk daverbk self-assigned this Mar 23, 2024
@daverbk
Copy link
Collaborator Author

daverbk commented Mar 23, 2024

image

image

@daverbk daverbk linked an issue Mar 23, 2024 that may be closed by this pull request
Copy link
Owner

@leingenm leingenm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work 🚀
image

@leingenm leingenm merged commit 888d9dd into main Mar 24, 2024
3 checks passed
@leingenm leingenm deleted the issue-6 branch March 24, 2024 11:39
@daverbk
Copy link
Collaborator Author

daverbk commented Mar 24, 2024

Thanks!!! 🫶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Set up project build + test in GitHub Actions
2 participants