We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb3c4e commit a3ec555Copy full SHA for a3ec555
.github/workflows/reusable-run-linting-check-and-unit-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Linting
33
run: npm run lint -w ${{ matrix.workspace }}
34
- name: Unit tests
35
- run: npm run test:coverage -w ${{ matrix.workspace }}
+ run: npm run test:unit:coverage -w ${{ matrix.workspace }}
36
run-linting-check-and-unit-tests-on-utilities:
37
runs-on: ubuntu-latest
38
env:
.husky/pre-push
@@ -7,4 +7,6 @@ npm t \
7
-w packages/idempotency \
8
-w packages/parameters \
9
-w packages/parser \
10
- -w packages/event-handler
+ -w packages/event-handler
11
+
12
+npx vitest --run --coverage --changed="$(git merge-base HEAD main)"
0 commit comments