Skip to content

Commit

Permalink
Use separately installed wait-on
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoderooij committed Mar 26, 2024
1 parent 8b692cb commit 6929177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
run: npm run build:build

- name: Start Application
run: npm run start:app & wait-on http://localhost:4200
run: |
npm install -g wait-on
npm run start:app
wait-on http://localhost:4200
- name: E2E
run: npm run cypress:run

0 comments on commit 6929177

Please sign in to comment.