Skip to content

Commit

Permalink
run tests using npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ala Hawash authored and alahawash committed Feb 5, 2024
1 parent d332b0e commit 00595ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axon-tools-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: lerna run test --scope=@medable/mdctl-axon-tools
- run: npm run test --workspace=@medable/mdctl-axon-tools

0 comments on commit 00595ac

Please sign in to comment.