diff --git a/.github/workflows/run-e2e-suite.yaml b/.github/workflows/run-e2e-suite.yaml index 3e67299b..274625d1 100644 --- a/.github/workflows/run-e2e-suite.yaml +++ b/.github/workflows/run-e2e-suite.yaml @@ -96,7 +96,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Run e2e tests - run: CACHE_DIR=/tmp/.buildx-cache make test-e2e-push-image + run: CACHE_DIR=/tmp/.buildx-cache make test-e2e - name: Collect run artifacts if: always() uses: actions/upload-artifact@v4