We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6ad68 commit 9b47ba5Copy full SHA for 9b47ba5
.github/workflows/cicd.yml
@@ -33,24 +33,5 @@ jobs:
33
- name: Run TSC
34
run: npm run build:ci
35
36
- tsd:
37
- name: TSD checks
38
- runs-on: ubuntu-latest
39
-
40
- needs: testing
41
- if: needs.testing.result == 'success'
42
43
- steps:
44
- - name: Checkout Project
45
- uses: actions/checkout@v4
46
47
- - name: Use Node.js v20
48
- uses: actions/setup-node@v4
49
- with:
50
- node-version: 20
51
52
- - name: Install Dependencies
53
- run: npm ci
54
55
- - name: Run TSD
+ - name: Run Type Tests
56
run: npm run test:types
0 commit comments