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 5e75d82 commit 045c547Copy full SHA for 045c547
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ name: CI
9
jobs:
10
docker_smoketests:
11
name: Smoketests
12
- runs-on: ubuntu-latest
+ runs-on: spacetimedb-runner
13
steps:
14
- uses: actions/checkout@v3
15
@@ -23,7 +23,7 @@ jobs:
23
24
test:
25
name: Test Suite
26
27
28
- name: Checkout sources
29
uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
40
41
lints:
42
name: Lints
43
44
45
46
@@ -56,7 +56,7 @@ jobs:
56
57
wasm_bindings:
58
name: Build and test wasm bindings
59
60
61
62
0 commit comments