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 4e89eb2 commit 0ae7bf8Copy full SHA for 0ae7bf8
.github/workflows/e2e.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run e2e tests
24
run: make crd e2e-test -e KIND_NODE_VERSION=${{ matrix.kind-node-version }} -e KIND_KUBECTL_ARGS=--validate=false -e bats_args="--report-formatter junit"
25
- name: Publish Test Report
26
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
27
if: success() || failure()
28
with:
29
report_paths: '**/e2e/report.xml'
0 commit comments