mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed running migrations in browser tests
- this maintains the functionality of executing migrations when running browser tests
This commit is contained in:
parent
2aa7da3a0b
commit
757a551d1b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/browser-tests.yml
vendored
2
.github/workflows/browser-tests.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Run migrations
|
||||
working-directory: ghost/core
|
||||
run: yarn setup
|
||||
run: yarn setup && yarn knex-migrator init
|
||||
- name: Get Playwright version
|
||||
id: playwright-version
|
||||
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue