Skip to content

Commit

Permalink
task: add windows check to verify code can be build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Dec 6, 2024
1 parent 4dc80f5 commit 62739ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit 62739ed

Please sign in to comment.