Skip to content

Commit

Permalink
Merge pull request #814 from salasberryfin/fix-e2e-long-failing-to-run
Browse files Browse the repository at this point in the history
fix: long e2e not running
  • Loading branch information
salasberryfin authored Oct 28, 2024
2 parents 98f91c9 + 0fca2b0 commit cc7c864
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 cc7c864

Please sign in to comment.