diff --git a/.github/workflows/porch-e2e.yaml b/.github/workflows/porch-e2e.yaml index 71a3a34d..b772e5f7 100644 --- a/.github/workflows/porch-e2e.yaml +++ b/.github/workflows/porch-e2e.yaml @@ -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: |