Skip to content

Commit

Permalink
Add wait-on config for cy workflow (ii)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsmth-tier2 committed Mar 25, 2024
1 parent c6e64d0 commit d5d031b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/step-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
with:
branch: gh-pages
folder: ./dist/webapp
wait-on: http://localhost:4200
1 change: 1 addition & 0 deletions .github/workflows/step-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
uses: cypress-io/github-action@v6
with:
start: npm run start
wait-on: http://localhost:4200

0 comments on commit d5d031b

Please sign in to comment.