We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017fa12 commit a06cf4fCopy full SHA for a06cf4f
.github/workflows/e2e_tests.yaml
@@ -123,6 +123,7 @@ jobs:
123
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
124
125
- name: Switch to kind-cluster context to print logs
126
+ if: always() && steps.deploy.outcome == 'success'
127
run: kubectl config use-context kind-cluster
128
129
- name: Print CodeFlare operator logs
0 commit comments