Skip to content

Commit

Permalink
wip: update order of installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Mar 8, 2024
1 parent ce9f28f commit 3e4194b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backstop-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ jobs:
NGROK_CONFIG_FILE: ".github/.config/.ngrok.yml"
- run: |
cd _ci/backstop
npx playwright install
ENV=$DEPLOY_ENV npm run remote.gh
# pnpx playwright install
2 changes: 1 addition & 1 deletion _ci/backstop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ref": "ENVIRONMENT=\"$ENV\" backstop reference --config=backstop.config.js",
"ref.gh": "ENVIRONMENT=gh-\"$ENV\" backstop reference --config=backstop.config.js",
"remote": "npx playwright install && ENVIRONMENT=\"$ENV\" backstop remote --config=backstop.config.js",
"remote.gh": "npx playwright install && ENVIRONMENT=\"$ENV\" backstop test --config=backstop.config.js",
"remote.gh": "ENVIRONMENT=\"$ENV\" backstop remote --config=backstop.config.js",
"serve": "http-server -b -S -p 443 -a local.dgrebb.com -C ../../front/local.dgrebb.com.crt -K ../../front/local.dgrebb.com.key --cors='*' ../../front/build",
"start": "ENVIRONMENT=\"$ENV\" pm2 start ecosystem.config.js && pm2 monit",
"stop": "pm2 stop backstop && pm2 delete backstop && kill -9 $( lsof -i:3000 -t )",
Expand Down

0 comments on commit 3e4194b

Please sign in to comment.