Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 18, 2024
1 parent 120284c commit 5c60921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Run E2E Test"
run: |-
./gradlew -DincludeTags="EndToEndTest" test -DverboseTest=true
./gradlew -DincludeTags="EndToEndTest" test -DverboseTest=true || kubectl logs deployment/provider-qna-controlplane -n mvd
- name: "Destroy the KinD cluster"
run: >-
Expand Down

0 comments on commit 5c60921

Please sign in to comment.