We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c92ed commit 352dc2cCopy full SHA for 352dc2c
.github/workflows/e2-tests.yml
@@ -23,7 +23,7 @@ jobs:
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
26
- - name: Start app
27
- run: npm run serve; wait-for-localhost 8080; cd test/e2e; npm run test
+ - name: Start app and run tests
+ run: npm run serve &; wait-for-localhost 8080; cd test/e2e; npm i && npm run test
28
env:
29
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments