Skip to content

Commit 263360f

Browse files
committed
fix: e2e command
1 parent 9d65ad7 commit 263360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install deps
2525
run: npm i -g wait-for-localhost-cli && npm i
2626
- name: Start app and run tests
27-
run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npm run test
27+
run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
2828
env:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)