diff --git a/.github/workflows/react.js.yml b/.github/workflows/react.js.yml index 8321eaa..c952f8e 100644 --- a/.github/workflows/react.js.yml +++ b/.github/workflows/react.js.yml @@ -35,7 +35,7 @@ jobs: run: npm install - name: Run the tests and generate coverage report - run: npm test --passWithNoTests + run: npm test - name: Build run: npm run build diff --git a/package.json b/package.json index 3029707..fad0773 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "scripts": { "start": "PORT=3002 BROWSER=none react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "react-scripts test --passWithNoTests", "eject": "react-scripts eject", "predeploy": "npm run build", "deploy": "gh-pages -d build"