Skip to content

Commit c3faf0c

Browse files
committed
Fix cgroups error
1 parent 96090a0 commit c3faf0c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/csharp-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
image: localhost:5000/spacetimedb-ci:latest
1818
options: >-
1919
--privileged
20+
--cgroupns=host
2021
# Cancel any previous testsuites running on the same PR and/or ref.
2122
concurrency:
2223
group: unity-test-${{ github.event.pull_request.number || github.ref }}
@@ -163,6 +164,9 @@ jobs:
163164

164165
- name: Start Docker daemon
165166
run: /usr/local/bin/start-docker.sh
167+
- name: Debug Docker info
168+
run: |
169+
docker info
166170
- name: Run Unity tests
167171
uses: game-ci/unity-test-runner@v4
168172
with:

0 commit comments

Comments
 (0)