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 34c673d commit 2c957ddCopy full SHA for 2c957dd
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: actions/checkout@v3
71
with:
72
submodules: true
73
- - run: docker build -t cpputest-libc --build-arg TAG=${{ matrix.alpine.tag }} -f ./docker/${{ matrix.target.dockerfile }} .
+ - run: docker build -t cpputest-libc --build-arg TAG=${{ matrix.debian.tag }} -f ./docker/${{ matrix.target.dockerfile }} .
74
- run: docker run --name test-libc cpputest-libc
75
- run: docker cp test-libc:/build/test/cpputest/results/ .
76
- uses: mikepenz/action-junit-report@v3
0 commit comments