Skip to content

Commit

Permalink
chore: run tests on windows and ubuntu in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored May 8, 2024
1 parent 9acb4e8 commit b0b2fef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,16 @@ jobs:

test:
name: Tests
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 15

strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
Expand Down

0 comments on commit b0b2fef

Please sign in to comment.