Skip to content

Commit

Permalink
CI test workflow: run npm install --workspaces 馃挌
Browse files Browse the repository at this point in the history
related: #128
  • Loading branch information
derhuerst committed Dec 21, 2023
1 parent b5a4daa commit 87e0318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm run build
- run: npm install --workspaces

- run: npm run lint
- run: npm test
Expand Down

0 comments on commit 87e0318

Please sign in to comment.