Skip to content

Commit

Permalink
ci: run also on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 1, 2023
1 parent 75baf10 commit 360f31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
on: [ubuntu-latest, windows-latest]
node-version: [20.x]

steps:
Expand Down

0 comments on commit 360f31c

Please sign in to comment.