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 81ee1d8 commit 34c673dCopy full SHA for 34c673d
.github/workflows/build.yml
@@ -70,10 +70,10 @@ jobs:
70
- uses: actions/checkout@v3
71
with:
72
submodules: true
73
- - uses: mikepenz/action-junit-report@v3
74
- run: docker build -t cpputest-libc --build-arg TAG=${{ matrix.alpine.tag }} -f ./docker/${{ matrix.target.dockerfile }} .
75
- run: docker run --name test-libc cpputest-libc
76
- run: docker cp test-libc:/build/test/cpputest/results/ .
+ - uses: mikepenz/action-junit-report@v3
77
if: always()
78
79
report_paths: '**/results/cpputest_*.xml'
0 commit comments