Skip to content

Commit

Permalink
chore(workflows/tests): use top-level lint script instead of packages…
Browse files Browse the repository at this point in the history
…/core script
  • Loading branch information
hasezoey committed Oct 13, 2021
1 parent f563933 commit 4b22df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: TSCheck
run: yarn --cwd packages/mongodb-memory-server-core run tscheck
- name: ESLint
run: yarn --cwd packages/mongodb-memory-server-core run eslint
run: yarn run lint
- name: Tests
run: yarn --cwd packages/mongodb-memory-server-core run coverage --colors
env:
Expand Down

0 comments on commit 4b22df8

Please sign in to comment.