From df633075eada22d0458ad36daf1e727099ad8bda Mon Sep 17 00:00:00 2001 From: Dexter Yan Date: Fri, 8 Nov 2024 16:31:59 +1300 Subject: [PATCH] add preflight binary --- .github/workflows/build-test-deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index b5dffa8a5..44a7913e8 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -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: @@ -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: