From 0c2a3127cc8c102ed0423b5c7b3e2a7df469e93d Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 14 Aug 2024 09:59:06 -0700 Subject: [PATCH] xx Signed-off-by: Derek Nola --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 09ac0a3a3a47..3d53322882cd 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -58,14 +58,14 @@ jobs: - name: "Download k3s binary" uses: actions/download-artifact@v4 with: - name: k3s-arm + name: k3s-arm64 path: ./dist/artifacts - name: Run Integration Tests run: | chmod +x ./dist/artifacts/k3s mkdir -p $GOCOVERDIR sudo -E env "PATH=$PATH" go test -v -timeout=45m ./tests/integration/${{ matrix.itest }}/... -run Integration - itest-amd64: + itest: needs: build name: Integration Tests runs-on: ubuntu-latest