We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e809a0 commit 566958fCopy full SHA for 566958f
1 file changed
.github/workflows/CI-windows.yml
@@ -100,6 +100,14 @@ jobs:
100
key: simplecpp-${{ matrix.config }}-${{ github.sha }}
101
fail-on-cache-miss: true
102
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
+
111
# TODO: how to share the following steps
112
- name: Test
113
run: |
0 commit comments