Skip to content

Commit

Permalink
fix: run correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrombett committed May 20, 2023
1 parent 1bf94b1 commit 169509c
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 @@ -14,4 +14,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm test:cli
- run: npm run test:cli

0 comments on commit 169509c

Please sign in to comment.