Skip to content

Commit 9217d41

Browse files
Fix output logs by switching to kind-cluster context
1 parent 403cca6 commit 9217d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e_tests.yaml

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

127128
- name: Print CodeFlare operator logs

0 commit comments

Comments
 (0)