Skip to content

Commit

Permalink
Merge pull request #273 from Code-4-Community/AH.UpdateBuildSteps
Browse files Browse the repository at this point in the history
Ah.update build steps
  • Loading branch information
huang0h authored Sep 13, 2023
2 parents d346045 + 8bf5d07 commit 6d440be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: CI= yarn build --if-present
# - run: yarn check # skip this for now since `yarn check` is deprecated
- run: yarn run check
- run: yarn test

- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 6d440be

Please sign in to comment.