Skip to content

Commit

Permalink
[#104] Use npm workspace flag instead of GitHub Action working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty authored and carryall committed Jul 25, 2022
1 parent 9082f9d commit 1814851
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
run: npm ci && lerna bootstrap --ci

- name: Run tests
working-directory: ./packages/cli-tool
run: npm run test
run: npm run test --workspace=packages/cli-tool

0 comments on commit 1814851

Please sign in to comment.