We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pr-checks
1 parent aaed7b7 commit 24fa947Copy full SHA for 24fa947
1 file changed
.github/workflows/pr-checks.yml
@@ -42,11 +42,6 @@ jobs:
42
node-version: ${{ matrix.node-version }}
43
cache: 'npm'
44
45
- - name: Set up Python
46
- uses: actions/setup-python@v6
47
- with:
48
- python-version: 3.11
49
-
50
- name: Install dependencies
51
run: |
52
# Use the system Bash shell to ensure we can run commands like `npm ci`
@@ -68,7 +63,7 @@ jobs:
68
63
- name: Run pr-checks tests
69
64
if: always()
70
65
working-directory: pr-checks
71
- run: python -m unittest discover
66
+ run: npm ci && npx tsx --test
72
67
73
- name: Lint
74
if: always() && matrix.os != 'windows-latest'
0 commit comments