set this as an env on the run step
This commit is contained in:
+3
-1
@@ -21,4 +21,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
CI=true npm test
|
npm test
|
||||||
|
env:
|
||||||
|
CI: true
|
||||||
|
|||||||
Reference in New Issue
Block a user