Skip to content

Commit

Permalink
ci: fix test tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Aug 13, 2022
1 parent 70efb2a commit 757ac79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm lint
- run: npm test
- run: npm run lint
- run: npm run test

0 comments on commit 757ac79

Please sign in to comment.