Skip to content

Commit

Permalink
Fix output logs by switching to kind-cluster context (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored Apr 5, 2024
1 parent 017fa12 commit a06cf4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
poetry run pytest -v -s ./tests/e2e -m kind > ${CODEFLARE_TEST_OUTPUT_DIR}/pytest_output.log 2>&1
- name: Switch to kind-cluster context to print logs
if: always() && steps.deploy.outcome == 'success'
run: kubectl config use-context kind-cluster

- name: Print CodeFlare operator logs
Expand Down

0 comments on commit a06cf4f

Please sign in to comment.