You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a new workflow that will be in charge of creating container images based on the code stored in the repository https://github.com/konveyor/tackle-ui and then push it to https://quay.io/repository/konveyor/tackle-ui?tab=tags
As a result of moving the creation of container images from .github/workflows/ci-actions.yml to .github/workflows/container-images.yml we won't see the skipped builds anymore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
