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 0ab612a commit cb62775Copy full SHA for cb62775
1 file changed
.github/workflows/ci.yml
@@ -290,6 +290,15 @@ jobs:
290
291
unreal_engine_tests:
292
name: Unreal Engine Tests
293
+ container:
294
+ image: localhost:5000/spacetimedb-ci:latest
295
+ options: >-
296
+ --user runner
297
+ --network host
298
+ -v /var/run/docker.sock:/var/run/docker.sock
299
+ -v /opt/github-runner/cargo-cache:/home/runner/.cargo/registry
300
+ -v /opt/github-runner/cargo-git:/home/runner/.cargo/git
301
+
302
# This can't go on e.g. ubuntu-latest because that runner runs out of disk space. ChatGPT suggested that the general solution tends to be to use
303
# a custom runner.
304
runs-on: spacetimedb-new-runner
0 commit comments