Skip to content

Commit 4a6a2a4

Browse files
dcbrvbuch
authored andcommitted
Add windows workflow
1 parent f10e604 commit 4a6a2a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/monorepo.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ jobs:
7171
with:
7272
parallel-finished: true
7373
carryforward: "signpdf,utils,placeholder-pdfkit010,placeholder-pdfkit,placeholder-plain"
74+
windows-test:
75+
runs-on: windows-latest
76+
steps:
77+
- uses: actions/checkout@v2
78+
- uses: actions/setup-node@v2
79+
- run: yarn
80+
- run: ./node_modules/.bin/lerna run test

0 commit comments

Comments
 (0)