Skip to content

Commit 34c673d

Browse files
committed
Fix cpp-test-libc job in build workflow (#67)
1 parent 81ee1d8 commit 34c673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
- uses: actions/checkout@v3
7171
with:
7272
submodules: true
73-
- uses: mikepenz/action-junit-report@v3
7473
- run: docker build -t cpputest-libc --build-arg TAG=${{ matrix.alpine.tag }} -f ./docker/${{ matrix.target.dockerfile }} .
7574
- run: docker run --name test-libc cpputest-libc
7675
- run: docker cp test-libc:/build/test/cpputest/results/ .
76+
- uses: mikepenz/action-junit-report@v3
7777
if: always()
7878
with:
7979
report_paths: '**/results/cpputest_*.xml'

0 commit comments

Comments
 (0)