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 debb961 commit a3c57edCopy full SHA for a3c57ed
.github/workflows/e2e_tests.yaml
@@ -121,6 +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
125
+
126
- name: Print CodeFlare operator logs
127
if: always() && steps.deploy.outcome == 'success'
128
run: |
0 commit comments