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