Skip to content

Commit

Permalink
Moved plain-code testing into mocha task so it could be ran via `npm …
Browse files Browse the repository at this point in the history
…test`.
  • Loading branch information
nseam committed Aug 30, 2024
1 parent 780860d commit 2f2e922
Show file tree
Hide file tree
Showing 7 changed files with 1,008 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- run: npm ci
- run: npm install
- run: npm run lint
- run: npm test || true
- run: npm test
- run: npm run package
Loading

0 comments on commit 2f2e922

Please sign in to comment.