Skip to content

Commit

Permalink
ci: try npx again
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 29, 2024
1 parent 8a74054 commit 6671144
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
run: docker compose up -d

- name: Wait for the server to start
run: |
while ! curl --output /dev/null --silent --head --fail http://localhost:8080; do
sleep 1 && echo -n .;
done;
run: npx wait-on tcp:8080

- name: Install dependencies
run: go get .
Expand Down

0 comments on commit 6671144

Please sign in to comment.