diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cde8eca..e521407 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,8 +30,8 @@ jobs: run: npm ci # Option 1: Use --passWithNoTests - - name: Run tests - run: npm test -- --passWithNoTests + # - name: Run tests + # run: npm test -- --passWithNoTests # Option 2: Remove test step entirely # (uncomment the following line and remove the "Run tests" step above if you choose this option)