Skip to content

Commit

Permalink
fix: long e2e not running
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Salas <[email protected]>
  • Loading branch information
salasberryfin committed Oct 28, 2024
1 parent 98f91c9 commit 0fca2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fca2b0

Please sign in to comment.