From 29ab3d0a4b7f9321b07d094e4f6911636a1b16ae Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Sat, 17 Jan 2026 18:16:27 -0600 Subject: [PATCH 1/2] Move unity testsuite onto unity runner --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f01eefbe04f..7068f2febd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -524,12 +524,7 @@ jobs: permissions: contents: read checks: write - runs-on: spacetimedb-new-runner - container: - image: localhost:5000/spacetimedb-ci:latest - options: >- - --privileged - --cgroupns=host + runs-on: spacetimedb-unity-runner timeout-minutes: 30 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target From c8818cc028bd4a0111a7b2483c34dbeb9ca7c1c9 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:29:46 -0600 Subject: [PATCH 2/2] No docker in docker --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7068f2febd8..eb82152148f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -625,9 +625,6 @@ jobs: key: Unity-${{ github.head_ref }} restore-keys: Unity- - # We need this to support "Docker in Docker" - - name: Start Docker daemon - run: /usr/local/bin/start-docker.sh - name: Run Unity tests uses: game-ci/unity-test-runner@v4 with: