We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453e5b8 commit cd822adCopy full SHA for cd822ad
.github/workflows/e2-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: git config --global user.name "GitHub CD bot"
23
- run: git config --global user.email "github-cd-bot@example.com"
24
- name: Install deps
25
- run: npm i -g wait-for-localhost-cli && npm i
+ run: npm i -g wait-for-localhost-cli && npm i -f
26
- name: Start app and run tests
27
run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
28
env:
0 commit comments