0
Fork 0
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:
Daniel Lockyer 2023-07-12 16:33:50 +02:00 committed by Daniel Lockyer
parent 2aa7da3a0b
commit 757a551d1b

View file

@ -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