Skip to content

Commit d08f929

Browse files
committed
Run test script in CI
1 parent d9bc711 commit d08f929

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- name: Run unit tests
5252
run: npm test
5353

54+
- name: Run pr-checks tests
55+
working-directory: pr-checks
56+
run: python -m unittest discover
57+
5458
- name: Lint
5559
if: matrix.os != 'windows-latest'
5660
run: npm run lint-ci

pr-checks/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)