Skip to content

Commit c60b81c

Browse files
committed
build: updated workflow, removed tests run, it's already being run while building
1 parent 79ec924 commit c60b81c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ jobs:
103103
- name: Build packages
104104
run: npx nx affected -t build:ci
105105

106-
- name: Run unit tests (test:ci)
107-
run: pnpm --filter @tsparticles/tests run test:ci
108-
109106
- name: Deploy to Firebase (production)
110107
if: env.firebaseToken != '' && github.ref == 'refs/heads/main' && github.event_name == 'push'
111108
uses: FirebaseExtended/action-hosting-deploy@v0

0 commit comments

Comments
 (0)