Skip to content

Commit

Permalink
ci: request wait timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 15, 2025
1 parent 856cf5e commit de47193
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ jobs:
- run: npm start &
working-directory: example
- name: Wait for server to start
run: npx wait-on http://localhost:1429
- run: curl http://localhost:1429/plaque/newton-s-apple-tree-monash-university
- run: curl http://localhost:1429/plaque/newton-s-apple-tree-monash-university.html
run: npx wait-on http://localhost:1429/plaque/newton-s-apple-tree-monash-university -t 30s
- run: npx wait-on http://localhost:1429/plaque/newton-s-apple-tree-monash-university.html -t 1s

0 comments on commit de47193

Please sign in to comment.