Skip warning for the build
This commit is contained in:
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
- name: Build project
|
- name: Build project
|
||||||
run: npm run build --if-present
|
run: npm run build --if-present
|
||||||
env:
|
env:
|
||||||
|
CI: false
|
||||||
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
|
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
|
||||||
|
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|||||||
Reference in New Issue
Block a user