Skip to content

Commit 9b47ba5

Browse files
committed
chore(ci): unify flow in one
1 parent 2e6ad68 commit 9b47ba5

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,5 @@ jobs:
3333
- name: Run TSC
3434
run: npm run build:ci
3535

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
36+
- name: Run Type Tests
5637
run: npm run test:types

0 commit comments

Comments
 (0)