Skip to content

Commit

Permalink
E2E Wait for server to start
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Dec 1, 2023
1 parent 1545375 commit 2594c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
working-directory: ./how-to/workspace-platform-starter
run: |
npm run build
npm run start & npm run e2e
npm run start & npx --yes wait-on tcp:8080
npm run e2e

0 comments on commit 2594c47

Please sign in to comment.