Skip to content

Commit

Permalink
Fixing port and address
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jun 8, 2024
1 parent e15e095 commit 0907b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
make build loadtest-setup
- name: Wait for the Service to be ready
run: |
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://data-manager:9080/ready)" != "200" ]]; do sleep 5; done
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:8080/ready)" != "200" ]]; do sleep 5; done

0 comments on commit 0907b0b

Please sign in to comment.