We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9912967 commit a9a905aCopy full SHA for a9a905a
.github/workflows/test-workflow.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: 'docker run -p 8080:8080 krzema12/github-workflows-kt-jit-binding-server &'
26
- id: 'wait-for-server'
27
if: ${{ steps.step-1.outcome != 'success' }}
28
- run: 'sleep 30'
+ run: 'curl --head -X GET --retry 60 --retry-connrefused --retry-delay 1 http://localhost:8080/status'
29
- id: 'replace-server-url-in-script'
30
31
run: sed -i -e 's/https:\/\/bindings.krzeminski.itt/http:\/\/localhost:8080/g' .github/workflows/test-workflow.main.kts
0 commit comments