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 47381fb commit 5422936Copy full SHA for 5422936
.github/workflows/e2e_tests.yaml
@@ -121,7 +121,8 @@ jobs:
121
echo "Running e2e tests..."
122
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
123
124
- kubectl config use-context kind-cluster
+ - name: Switch to kind-cluster context to print logs
125
+ run: kubectl config use-context kind-cluster
126
127
- name: Print CodeFlare operator logs
128
if: always() && steps.deploy.outcome == 'success'
0 commit comments