Skip to content

Commit c80af6b

Browse files
committed
Run smoketests on the custom runner
1 parent 62a4f7e commit c80af6b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ jobs:
2323
strategy:
2424
matrix:
2525
include:
26-
- { runner: spacetimedb-runner, smoketest_args: --docker }
26+
- { runner: spacetimedb-new-runner, smoketest_args: --docker }
2727
- { runner: windows-latest, smoketest_args: --no-build-cli }
28-
runner: [ spacetimedb-runner, windows-latest ]
2928
runs-on: ${{ matrix.runner }}
29+
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+
3034
steps:
3135
- name: Find Git ref
3236
env:

0 commit comments

Comments
 (0)