Skip to content

Commit cd822ad

Browse files
authored
fix: workflow
1 parent 453e5b8 commit cd822ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: git config --global user.name "GitHub CD bot"
2323
- run: git config --global user.email "github-cd-bot@example.com"
2424
- name: Install deps
25-
run: npm i -g wait-for-localhost-cli && npm i
25+
run: npm i -g wait-for-localhost-cli && npm i -f
2626
- name: Start app and run tests
2727
run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
2828
env:

0 commit comments

Comments
 (0)