Skip to content

Commit 2b811ef

Browse files
committed
Refactor CI workflow by removing unnecessary steps for dependency reinstallation, Jest cache clearing, and test execution without coverage, streamlining the build and test process.
1 parent afb1064 commit 2b811ef

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,9 @@ jobs:
2828
- name: Install specific TypeScript version
2929
run: npm install --save-dev typescript@${{ matrix.typescript }}
3030

31-
- name: Reinstall dependencies to ensure proper resolution
32-
run: npm ci
33-
3431
- name: Build with TypeScript ${{ matrix.typescript }}
3532
run: npm run build
3633

37-
- name: Clear Jest cache
38-
run: npx jest --clearCache
39-
40-
- name: Run tests without coverage
41-
run: npm run test:clean
42-
4334
test-matrix:
4435
runs-on: ubuntu-latest
4536
strategy:

0 commit comments

Comments
 (0)