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

ci: split end-to-end tests in a separate workflow #352

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

ShahradR
Copy link
Owner

Split the end-to-end tests that run the tagged versions in a separate GitHub Actions workflow, to ensure that breaking changes don't block deployments.

The new workflow is also configured to run daily, and will allow us to catch issues with the action early.

Note that the end-to-end tests that run the untagged versions (i.e.: the one in the current commit) are still required to create a release, and will run with every commit.

Split the end-to-end tests that run the tagged versions in a separate
GitHub Actions workflow, to ensure that breaking changes don't block
deployments.

The new workflow is also configured to run daily, and will allow us to
catch issues with the action early.

Note that the end-to-end tests that run the untagged versions (i.e.: the
one in the current commit) are still required to create a release, and
will run with every commit.
@ShahradR ShahradR merged commit 8e14e36 into main Dec 30, 2024
18 checks passed
@ShahradR ShahradR deleted the ci/daily-e2e branch December 30, 2024 06:15
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