mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Revert "Bumped CI rollback version to 3.30"
- this reverts commit d22bbf58c7
- the issue with a migration was actually valid and we've fixed it
This commit is contained in:
parent
d22bbf58c7
commit
7640fa3bee
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
- run: |
|
||||
node index.js &
|
||||
sleep 10 && { kill $! && wait $!; } 2>/dev/null
|
||||
- run: yarn knex-migrator rollback --v 3.30 --force
|
||||
- run: yarn knex-migrator rollback --v 3.0 --force
|
||||
- run: yarn knex-migrator migrate --force
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user