Skip to content

Commit

Permalink
Merge pull request #886 from alexander-demicev/buildandpushe2e
Browse files Browse the repository at this point in the history
Build and push e2e images
  • Loading branch information
alexander-demicev authored Nov 30, 2024
2 parents 89c0b75 + 3da6f42 commit 0200840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push e2e image
if: ${{ inputs.MANAGEMENT_CLUSTER_ENVIRONMENT == 'eks' }}
run: make e2e-image-push
- name: Run e2e tests
run: CACHE_DIR=/tmp/.buildx-cache make test-e2e
- name: Collect run artifacts
Expand Down

0 comments on commit 0200840

Please sign in to comment.