diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4d22917..cd03f52 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -35,7 +35,7 @@ jobs: CI: false REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }} - - run: npm test + - run: npm test -- --passWithNoTests - name: Deploy with gh-pages run: |