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 6dfe7eb commit e7b7440
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,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-test

validate-supportbundle-e2e-go-test:
Expand Down

0 comments on commit e7b7440

Please sign in to comment.