Skip to content

Commit 566958f

Browse files
committed
s
1 parent 4e809a0 commit 566958f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CI-windows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ jobs:
100100
key: simplecpp-${{ matrix.config }}-${{ github.sha }}
101101
fail-on-cache-miss: true
102102

103+
- name: Run the build process with Docker
104+
uses: addnab/docker-run-action@v3
105+
with:
106+
image: ${{ matrix.image }}
107+
options: -v ${{ github.workspace }}:/
108+
run : |
109+
.\${{ matrix.config }}\testrunner.exe || exit /b !errorlevel!
110+
103111
# TODO: how to share the following steps
104112
- name: Test
105113
run: |

0 commit comments

Comments
 (0)