Skip to content

Commit 352dc2c

Browse files
committed
fix: e2e command
1 parent 90c92ed commit 352dc2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: git config --global user.email "github-cd-bot@example.com"
2424
- name: Install deps
2525
run: npm i -g wait-for-localhost-cli && npm i
26-
- name: Start app
27-
run: npm run serve; wait-for-localhost 8080; cd test/e2e; npm run test
26+
- name: Start app and run tests
27+
run: npm run serve &; wait-for-localhost 8080; cd test/e2e; npm i && npm run test
2828
env:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)