Skip to content

Commit

Permalink
Ignore scripts the second time
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jul 29, 2023
1 parent 11273d1 commit 30764dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
(cd demo && bin/rails s -b 0.0.0.0 -p 4000 -d)
cat <<"EOF" > run-playwright.sh
npm ci
npm ci --ignore-scripts
RAILS_APP_URL="http://172.17.0.1:4000" npx playwright test --workers 6
EOF
Expand Down

0 comments on commit 30764dc

Please sign in to comment.