ADDED - test gate: pre-push hook, copy-paste summary, make targets, mandatory-tests rule, CI test step
This commit is contained in:
@@ -29,5 +29,10 @@ jobs:
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
- name: Test
|
||||
# Integration tests use an in-process PGlite database, so no service
|
||||
# container is needed — the suite runs standalone.
|
||||
run: npm test
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user