Skip to content

Commit

Permalink
Update grutest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoLockLock authored Sep 26, 2024
1 parent 365c104 commit 63f98bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/grutest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline:
runTest:
pre:
- npx prettier {{testFilePath}} --write
- eslint --fix --no-eslintrc --c .eslintrc.json {{testFilePath}}
- npx eslint --fix --no-eslintrc --c .eslintrc.json {{testFilePath}}
exec:
- npx vitest run {{testFilePath}}
post:
Expand Down

0 comments on commit 63f98bb

Please sign in to comment.