Skip warning for the build

This commit is contained in:
2024-10-20 12:43:33 +02:00
parent a2da53912f
commit b8f28e9a6b

View File

@@ -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