Skip to content

Commit

Permalink
ci: use yarn command to test the project bin script
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Aug 2, 2023
1 parent 4202ea0 commit 38fb420
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: yarn test

- name: Run Project
run: node dist/google-rank.js --help
env:
NODE_OPTIONS: --require ${{ github.workspace }}/.pnp.cjs
run: yarn google-rank --help

- name: Check diff
run: git diff --exit-code HEAD

0 comments on commit 38fb420

Please # to comment.