Skip to content

Commit

Permalink
Add windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbr authored and vbuch committed Mar 27, 2024
1 parent f10e604 commit 4a6a2a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ jobs:
with:
parallel-finished: true
carryforward: "signpdf,utils,placeholder-pdfkit010,placeholder-pdfkit,placeholder-plain"
windows-test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn
- run: ./node_modules/.bin/lerna run test

0 comments on commit 4a6a2a4

Please sign in to comment.