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 3031476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

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

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

0 comments on commit 3031476

Please sign in to comment.