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
|
||||
run: npm run build --if-present
|
||||
env:
|
||||
CI: false
|
||||
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
|
||||
|
||||
- run: npm test
|
||||
|
||||
Reference in New Issue
Block a user