From 3c078afcddd7779a1207819b1512edc2a8bdcbe3 Mon Sep 17 00:00:00 2001 From: Hugo Pierret Date: Sun, 20 Oct 2024 13:50:05 +0200 Subject: [PATCH] Rename APIUrl --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d56143c..053baaa 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -33,7 +33,7 @@ jobs: run: npm run build --if-present env: CI: false - REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }} + REACT_APP_APIUrl: ${{ secrets.REACT_APP_APIUrl }} - run: npm test -- --passWithNoTests