Skip to content

Commit

Permalink
WORKFLOW: add command to run in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Sep 25, 2023
1 parent 58dcb27 commit de83ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: yarn format:check

- name: Test check
run: yarn test
run: yarn test -u
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname "$0")/_/husky.sh"

yarn run check:all
yarn run test
yarn run test -u

0 comments on commit de83ae0

Please sign in to comment.