File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ jobs:
18
18
# ignore all-contributors PRs
19
19
if : ${{ !contains(github.head_ref, 'all-contributors') }}
20
20
name : Node ${{ matrix.node }}, Svelte ${{ matrix.svelte }}, ${{ matrix.test-runner }}
21
- runs-on : ubuntu-latest
21
+ runs-on : ${{ matrix.os }}
22
22
continue-on-error : ${{ matrix.experimental }}
23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
+ os : ['ubuntu-latest']
26
27
node : ['16', '18', '20']
27
28
svelte : ['3', '4']
28
29
test-runner : ['vitest:jsdom', 'vitest:happy-dom']
@@ -32,10 +33,12 @@ jobs:
32
33
svelte : ' next'
33
34
test-runner : ' vitest:jsdom'
34
35
experimental : true
36
+ os : ' macos-latest'
35
37
- node : ' 20'
36
38
svelte : ' next'
37
39
test-runner : ' vitest:happy-dom'
38
40
experimental : true
41
+ os : ' ubuntu-latest'
39
42
40
43
steps :
41
44
- name : ⬇️ Checkout repo
You can’t perform that action at this time.
0 commit comments