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 automated testing of changes in .github/workflows #16

Merged
merged 23 commits into from
Jul 8, 2024

Conversation

anoronh4
Copy link
Collaborator

@anoronh4 anoronh4 commented Jun 28, 2024

A few enhancements

  • changing any files under .github/workflows will result in building and pushing testapp/0.0.2 (github workflow for testing github action #15)
  • separate hadolint action into a different job because it does not need to be run with the docker (separate hadolint from image building jobs #17)
  • dev workflow now supports running the github workflow using act. An example to command to run act is: act -s MSK_JFROG_USERNAME=<jfrogusername> -s MSK_JFROG_TOKEN=<jfrogtoken> -s GITHUB_TOKEN=<mytoken> --workflows .github/workflows/dev-build.yml

@anoronh4 anoronh4 requested review from johnoooh, rhshah and nikhil July 1, 2024 16:32
@anoronh4 anoronh4 merged commit e0cccdb into develop Jul 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant