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 96090a0 commit c3faf0cCopy full SHA for c3faf0c
1 file changed
.github/workflows/csharp-test.yml
@@ -17,6 +17,7 @@ jobs:
17
image: localhost:5000/spacetimedb-ci:latest
18
options: >-
19
--privileged
20
+ --cgroupns=host
21
# Cancel any previous testsuites running on the same PR and/or ref.
22
concurrency:
23
group: unity-test-${{ github.event.pull_request.number || github.ref }}
@@ -163,6 +164,9 @@ jobs:
163
164
165
- name: Start Docker daemon
166
run: /usr/local/bin/start-docker.sh
167
+ - name: Debug Docker info
168
+ run: |
169
+ docker info
170
- name: Run Unity tests
171
uses: game-ci/unity-test-runner@v4
172
with:
0 commit comments