Skip to content

Commit

Permalink
Move to Node's built-in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 5, 2023
1 parent c833261 commit 46a71c4
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 571 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: npm ci
- run: npm run lint
- run: npm test
Loading

0 comments on commit 46a71c4

Please sign in to comment.