1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +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
build_doc_prs.yaml chore: Rename validate step (#4969) 2023-10-09 13:55:38 +02:00
build_frontend_prs.yml
build_prs_jest_report.yaml
build_prs_test_report.yaml
build_prs.yaml Chore/bump dependencies (#5146) 2023-10-26 09:09:03 +02:00
build.yaml
check_links.yaml
codeql-analysis.yml
docker_publish.yaml
e2e.frontend.yaml
flag-no-response.yaml
generate-docs.yaml chore(deps): update actions/checkout action to v4 (#4741) 2023-10-05 10:19:57 +02:00
gradual-strict-null-checks.yml
notify_enterprise.yaml
pr_add_test_results.yaml
publish-new-version.yaml
release_changelog.yml
release.yaml
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