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 276a739 commit 5fed2f4Copy full SHA for 5fed2f4
2 files changed
.github/workflows/release.yaml
@@ -47,7 +47,9 @@ jobs:
47
uses: mikepenz/action-junit-report@v4
48
if: success() || failure()
49
with:
50
- report_paths: '/build/testTarget/unit/unit.xml'
+ report_paths: './testTarget/unit/*.xml'
51
+ fail_on_failure: true
52
+ require_test: true
53
release:
54
name: Release
55
runs-on: ubuntu-latest
.github/workflows/test.yaml
@@ -44,4 +44,6 @@ jobs:
44
45
46
- report_paths: './testTarget/unit/*.xml'
0 commit comments