Skip to content

Commit

Permalink
Test github workflow update against prow
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Feb 29, 2024
1 parent 7b222d5 commit ea337be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/porch-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
cluster_name: kind
- name: Build Images and Deploy porch kpt pkg
run: IMAGE_REPO=porch-kind IMAGE_TAG=${GITHUB_SHA:0:8} make run-in-kind-kpt
- name: Sleep for 15 seconds
run: sleep 15s
shell: bash
- name: e2e test
run: E2E=1 go test -v -timeout 20m ${GITHUB_WORKSPACE}/test/e2e
# - name: Porch CLI e2e test
# run: make test-porch
- name: Export porch server logs
if: always()
run: |
Expand Down

0 comments on commit ea337be

Please sign in to comment.