Node workflow - force Jest to run in CI-mode
https://create-react-app.dev/docs/running-tests#linux-macos-bash
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
npm test
|
CI=true npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user