Skip to content

Commit ff3e159

Browse files
committed
remove run tests out of pipeline
1 parent 53dcc2d commit ff3e159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Build
2929
run: npm run build
3030

31-
- name: Run Tests
32-
run: npm run test
31+
# - name: Run Tests
32+
# run: npm run test
3333

3434
- name: Run Lint
3535
run: npm run lint

0 commit comments

Comments
 (0)