Skip to content

Commit 39ccfdf

Browse files
committed
Merge remote-tracking branch 'origin/master' into test-fix
2 parents 01f4caa + 3472377 commit 39ccfdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
32-
3332
- name: Setup Go with cache
3433
uses: jfrog/.github/actions/install-go-with-cache@main
3534

@@ -45,7 +44,6 @@ jobs:
4544
distribution: "zulu"
4645

4746
- name: Wait for Artifactory
48-
shell: bash
4947
run: |
5048
for i in {1..30}; do
5149
if curl -sf http://localhost:8081/artifactory/api/system/ping; then

0 commit comments

Comments
 (0)