Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 13, 2023
1 parent 39cb384 commit b3d1a74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- "/bin/sh"
- "-c"
- >
while ! nc -z localhost 8000; do sleep 1; done &&
wget -O - http://localhost:8000/
while ! wget -q -O - http://localhost:8000/tests/static/setup.sh; do sleep 1; done &&
wget -O - http://localhost:8000/tests/static/setup.sh |
/bin/sh
steps:
- checkout
- run:
Expand Down

0 comments on commit b3d1a74

Please sign in to comment.