1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/.github/workflows
Gastón Fournier 9f3648dc81
chore: test migration backward compatibility (#5492)
## About the changes
This PR will validate that our current migrations are backward
compatible with the latest stable release of Unleash.
It will do so by starting a database, applying the latest migrations,
and then starting a docker container with the last stable unleash
release and running UI tests against it.

There's a risk that the current version of UI tests will not work with
the previous version of our UI. Because of that we copied the previous
version of cypress tests
(https://github.com/Unleash/unleash/tree/5.6/frontend/cypress) into oss
folder and removed the ones that are enterprise only. We can discuss a
better way of doing this to avoid having to maintain this folder always
in sync with the previous version of Unleash

This action will only run when there are changes in migrations or to
cypress tests.
2023-11-30 18:20:13 +01:00
..
add-to-project.yml
auto-assign-pr-author.yaml
build_coverage.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
build_doc_prs.yaml
build_frontend_prs.yml
build_prs_jest_report.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
build_prs_test_report.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
build_prs.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
build.yaml chore: unpin node version in build (#5379) 2023-11-21 12:58:34 +00:00
check_links.yaml
codeql-analysis.yml
docker_publish.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
e2e.frontend.yaml
flag-no-response.yaml
generate-docs.yaml
gradual-strict-null-checks.yml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
notify_enterprise.yaml
pr_add_test_results.yaml
publish-new-version.yaml
release_changelog.yml chore(deps): update metcalfc/changelog-generator action to v4.2.0 (#5505) 2023-11-29 19:37:48 +00:00
release.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
reset_heroku.yml
update_contributors.yaml
update_version_for_version_checker.yml
validate-migrations.yaml chore: test migration backward compatibility (#5492) 2023-11-30 18:20:13 +01:00