Skip to content

Commit

Permalink
Combine starting app and wait-on
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoderooij committed Mar 26, 2024
1 parent 6929177 commit 71f6f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 217 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
- name: Start Application
run: |
npm install -g wait-on
npm run start:app
wait-on http://localhost:4200
npm run start:app & wait-on http://localhost:4200
- name: E2E
run: npm run cypress:run
214 changes: 1 addition & 213 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"tslint": "~6.1.3",
"typescript": "~4.3.5",
"wait-on": "^7.2.0"
"typescript": "~4.3.5"
},
"overrides": {
"[email protected]": "5.74.0"
Expand Down

0 comments on commit 71f6f5f

Please sign in to comment.