Gerhard Schlager
1a9f4ec32b
DEV: Skip tests when `migrations-tests` workflow is changed
2024-04-15 16:22:11 +02:00
Selase Krakani
93264da206
DEV: Add script to generate schema for intermediate DB ( #24484 )
...
This will be used by migration scripts.
2024-01-22 18:45:52 +01:00
dependabot[bot]
d1be9310ed
Build(deps): Bump actions/cache from 3 to 4 ( #25359 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 11:50:56 +01:00
Gerhard Schlager
ec8ae3fc65
DEV: Add GitHub Actions workflow for testing migrations
...
This workflow runs only for code underneath the `migrations/` directory. The usual test workflow is skipped for migrations because running frontend and backend tests is a waste of time and resources when only migrations are changed.
2023-10-13 16:03:55 +02:00