Skip to content

Commit a3c57ed

Browse files
Fix component output logs in e2e workflow
1 parent debb961 commit a3c57ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e_tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
echo "Running e2e tests..."
122122
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
123123
124+
kubectl config use-context kind-cluster
125+
124126
- name: Print CodeFlare operator logs
125127
if: always() && steps.deploy.outcome == 'success'
126128
run: |

0 commit comments

Comments
 (0)