X Tutup
Skip to content

Commit 24fa947

Browse files
committed
Update pr-checks to run new tests
1 parent aaed7b7 commit 24fa947

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'
4444

45-
- name: Set up Python
46-
uses: actions/setup-python@v6
47-
with:
48-
python-version: 3.11
49-
5045
- name: Install dependencies
5146
run: |
5247
# Use the system Bash shell to ensure we can run commands like `npm ci`
@@ -68,7 +63,7 @@ jobs:
6863
- name: Run pr-checks tests
6964
if: always()
7065
working-directory: pr-checks
71-
run: python -m unittest discover
66+
run: npm ci && npx tsx --test
7267

7368
- name: Lint
7469
if: always() && matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)
X Tutup