mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Removed changed command
This commit is contained in:
parent
1d2d280985
commit
ba301eeb22
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -355,7 +355,7 @@ jobs:
|
|||
run: yarn nx run ghost-admin:build:dev
|
||||
|
||||
- name: Run Playwright tests locally
|
||||
run: yarn test:browser:ci
|
||||
run: yarn test:browser
|
||||
env:
|
||||
CI: true
|
||||
STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }}
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
"lint": "nx run-many -t lint",
|
||||
"test": "nx run-many -t test",
|
||||
"test:unit": "nx run-many -t test:unit",
|
||||
"test:browser:ci": "node .github/scripts/dev.js --browser-tests --all",
|
||||
"test:browser": "yarn nx run ghost:test:browser",
|
||||
"test:browser": "node .github/scripts/dev.js --browser-tests --all",
|
||||
"main": "yarn main:monorepo && yarn main:submodules",
|
||||
"main:monorepo": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn",
|
||||
"main:submodules": "git submodule sync && git submodule update && git submodule foreach \"git checkout main && git pull ${GHOST_UPSTREAM:-origin} main\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue