Skip to content

Commit

Permalink
test on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 27, 2024
1 parent 98fb5ae commit 8b5a31c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
- run: pnpm test -- --coverage
- name: Coverage
uses: codecov/codecov-action@v3
run_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm test
create_tgz:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b5a31c

Please sign in to comment.