From b8f28e9a6b52b414b16cf67b3f31ee548b847543 Mon Sep 17 00:00:00 2001 From: Hugo Pierret Date: Sun, 20 Oct 2024 12:43:33 +0200 Subject: [PATCH] Skip warning for the build --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) 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