Skip to content

Commit

Permalink
test action npx-wait-on
Browse files Browse the repository at this point in the history
  • Loading branch information
luftj authored Dec 4, 2019
1 parent 57ab4bf commit 91a2419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: npm install, and deploy
run: |
npm ci
npm start
npm run build --if-present
npm start & npx wait-on http://localhost:4200
env:
CI: true

0 comments on commit 91a2419

Please sign in to comment.