Skip to content

Commit

Permalink
ci: update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tqma113 committed Mar 16, 2021
1 parent 9da0e82 commit df959e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm run test
- run: yarn
- run: yarn build
- run: yarn test
env:
CI: true

0 comments on commit df959e1

Please sign in to comment.