diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d244919..4d22917 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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