Skip to content

Commit

Permalink
Merge pull request #27 from Nordix/test_gh_action_edit_prow
Browse files Browse the repository at this point in the history
Test github workflow update against prow
  • Loading branch information
tliron authored Mar 4, 2024
2 parents 7b222d5 + ea337be commit bba3372
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 bba3372

Please sign in to comment.