Skip to content

Commit

Permalink
fix: e2e command
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 26, 2024
1 parent 90c92ed commit 352dc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: git config --global user.email "github-cd-bot@example.com"
- name: Install deps
run: npm i -g wait-for-localhost-cli && npm i
- name: Start app
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
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 352dc2c

Please # to comment.