Skip to content

Commit

Permalink
add preflight binary
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterYan committed Nov 8, 2024
1 parent e7b7440 commit df63307
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@ jobs:
name: support-bundle
path: bin/
- run: chmod +x bin/support-bundle
- name: Download preflight binary
uses: actions/download-artifact@v4
with:
name: preflight
path: bin/
- run: chmod +x bin/preflight
- run: make support-bundle-e2e-test

validate-supportbundle-e2e-go-test:
Expand All @@ -254,6 +248,12 @@ jobs:
name: support-bundle
path: bin/
- run: chmod +x bin/support-bundle
- name: Download preflight binary
uses: actions/download-artifact@v4
with:
name: preflight
path: bin/
- run: chmod +x bin/preflight
- run: make support-bundle-e2e-go-test

compile-collect:
Expand Down

0 comments on commit df63307

Please sign in to comment.