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:
parent
757a551d1b
commit
190a5550c3
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 && 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
|
||||
|
|
Loading…
Reference in a new issue