0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed missing command in browser tests

- `setup` no longer exists after the monorepo changes and this test
  should reflect that
This commit is contained in:
Daniel Lockyer 2023-07-12 16:39:58 +02:00 committed by Daniel Lockyer
parent 757a551d1b
commit 190a5550c3

View file

@ -54,7 +54,7 @@ jobs:
- name: Run migrations
working-directory: ghost/core
run: yarn setup && yarn knex-migrator init
run: yarn knex-migrator init
- name: Get Playwright version
id: playwright-version
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT