Skip to content

Commit

Permalink
Change to the correct port 10401
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-josiah committed Nov 3, 2023
1 parent 93422a1 commit 5e81618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/svc-bip-api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: 'Wait for svc-bip-api to be ready'
uses: nev7n/wait_for_response@v1
with:
url: 'http://localhost:10301/actuator/health'
url: 'http://localhost:10401/actuator/health'
responseCode: 200
# Retry every 2 seconds
interval: 2000
Expand Down

0 comments on commit 5e81618

Please sign in to comment.