Skip to content

Commit

Permalink
proper check command
Browse files Browse the repository at this point in the history
  • Loading branch information
huang0h committed Sep 13, 2023
1 parent 5c726d2 commit 8bf5d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: CI= yarn build --if-present
- run: yarn check
- run: yarn run check
- run: yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 8bf5d07

Please sign in to comment.