Skip to content

Commit f6073f8

Browse files
committed
[PLUTO-1412] test init
1 parent a76fdcb commit f6073f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/it-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
needs: build # Wait for the build job from go.yml to complete
1112
runs-on: ${{ matrix.os }}
1213
strategy:
1314
matrix:
@@ -25,12 +26,15 @@ jobs:
2526
go-version: '1.21'
2627
cache: true
2728

28-
- name: Download CLI binaries from go workflow
29+
- name: Download latest CLI binaries from go workflow
2930
uses: dawidd6/action-download-artifact@v2
3031
with:
3132
workflow: go.yml
3233
name: cli-binaries
3334
path: .
35+
branch: ${{ github.ref }}
36+
check_artifacts: true
37+
workflow_conclusion: success
3438

3539
- name: Select correct binary
3640
shell: bash

0 commit comments

Comments
 (0)