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 8c6a32b commit 12036a8Copy full SHA for 12036a8
.github/workflows/tests.yml
@@ -45,6 +45,7 @@ jobs:
45
distribution: "zulu"
46
47
- name: Wait for Artifactory
48
+ shell: bash
49
run: |
50
for i in {1..30}; do
51
if curl -sf http://localhost:8081/artifactory/api/system/ping; then
0 commit comments