Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuqi-Du committed Nov 28, 2023
1 parent e4113a9 commit 246ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: stargate-mongoose
- name: Wait for services
run: |
while ! nc -z localhost 8080; do sleep 1; done
while ! nc -z localhost 8181; do sleep 1; done
while ! nc -z localhost 8081; do sleep 1; done
working-directory: stargate-mongoose
## Set up and run ecommerce sample app tests
Expand Down

0 comments on commit 246ff1d

Please sign in to comment.