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:
Scott Brenner
2019-08-15 17:05:04 -07:00
committed by GitHub
parent bd4253ccd6
commit cf1fc1135e
+1 -1
View File
@@ -21,4 +21,4 @@ jobs:
run: |
npm install
npm run build --if-present
npm test
CI=true npm test