Skip to content

Commit

Permalink
chore: use npm in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bacebu4 committed Nov 19, 2023
1 parent d43ff24 commit 8f021a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
with:
node-version: ${{ matrix.node }}
check-latest: true
- run: yarn install --ignore-engines
- run: yarn lint
- run: yarn test
- run: npm ci
- run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8f021a8

Please sign in to comment.