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 62a4f7e commit c80af6bCopy full SHA for c80af6b
1 file changed
.github/workflows/ci.yml
@@ -23,10 +23,14 @@ jobs:
23
strategy:
24
matrix:
25
include:
26
- - { runner: spacetimedb-runner, smoketest_args: --docker }
+ - { runner: spacetimedb-new-runner, smoketest_args: --docker }
27
- { runner: windows-latest, smoketest_args: --no-build-cli }
28
- runner: [ spacetimedb-runner, windows-latest ]
29
runs-on: ${{ matrix.runner }}
+
30
+ # Add container only for Linux runner
31
+ container: ${{ matrix.runner == 'spacetimedb-new-runner' && 'localhost:5000/spacetimedb-ci:latest' || '' }}
32
+ runs-on: ${{ matrix.runner }}
33
34
steps:
35
- name: Find Git ref
36
env:
0 commit comments