Skip to content

Commit a3ec555

Browse files
committed
chore: ci & commit hooks
1 parent bdb3c4e commit a3ec555

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/reusable-run-linting-check-and-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Linting
3333
run: npm run lint -w ${{ matrix.workspace }}
3434
- name: Unit tests
35-
run: npm run test:coverage -w ${{ matrix.workspace }}
35+
run: npm run test:unit:coverage -w ${{ matrix.workspace }}
3636
run-linting-check-and-unit-tests-on-utilities:
3737
runs-on: ubuntu-latest
3838
env:

.husky/pre-push

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ npm t \
77
-w packages/idempotency \
88
-w packages/parameters \
99
-w packages/parser \
10-
-w packages/event-handler
10+
-w packages/event-handler
11+
12+
npx vitest --run --coverage --changed="$(git merge-base HEAD main)"

0 commit comments

Comments
 (0)