Skip to content

Commit d613fc4

Browse files
committed
add windows test
1 parent ade0d29 commit d613fc4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/platform-tests-node.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,20 @@ env:
2424
jobs:
2525
test-basic:
2626
if: github.repository == 'sveltejs/kit'
27-
runs-on: ubuntu-latest
27+
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
node-version: [22, 24]
30+
include:
31+
- node-version: 22
32+
os: ubuntu-latest
33+
- node-version: 24
34+
os: ubuntu-latest
35+
- node-version: 24
36+
os: windows-latest
3137
environment: '@sveltejs/adapter-node platform tests'
3238
steps:
39+
- run: git config --global core.autocrlf false
40+
3341
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3442
with:
3543
ref: ${{ inputs.sha || github.sha }}

0 commit comments

Comments
 (0)