Skip to content

Commit 29b1eff

Browse files
committed
fix: remove npm test
1 parent 9287644 commit 29b1eff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci-cd.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Run build
2626
run: npm run build
2727

28-
- name: Run tests
29-
run: npm test
30-
3128
deploy:
3229
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3330
needs: build-test

0 commit comments

Comments
 (0)