Skip to content

Commit a06cf4f

Browse files
Fix output logs by switching to kind-cluster context (#501)
1 parent 017fa12 commit a06cf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
124124
125125
- name: Switch to kind-cluster context to print logs
126+
if: always() && steps.deploy.outcome == 'success'
126127
run: kubectl config use-context kind-cluster
127128

128129
- name: Print CodeFlare operator logs

0 commit comments

Comments
 (0)