Enhance GH workflow definitions #241
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in
.github/workflows/ci-actions.yml.github/workflows/container-images.ymlcontainer-imageshas been removed since it is a duplicate of the stepe2ehttps://github.com/konveyor/tackle-ui/blob/main/.github/workflows/ci-actions.yml#L33 since both of them execute the Cypress tests against the UI.Changes in
.github/workflows/container-images.ymlhttps://github.com/konveyor/tackle-uiand then push it to https://quay.io/repository/konveyor/tackle-ui?tab=tagsAs a result of moving the creation of container images from
.github/workflows/ci-actions.ymlto.github/workflows/container-images.ymlwe won't see the skipped builds anymore.About Chrome and Firefox tests
Both tests remain the same and the current tests will run against Firefox and Chrome. https://github.com/konveyor/tackle-ui/pull/241/files#diff-01e3594e03f5a2ed6326e7cad221efe59485466e940ef5876f68f99a578ec3dcR40
BEFORE:

AFTER (without skipped builds)
