From 0731487990d618f1790191c8aa4176df66e88ce4 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Sat, 22 Jul 2023 22:19:42 -0700 Subject: [PATCH] Fix tests --- .github/workflows/ci-front.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index 9a80cc81e..76eb041fb 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -8,9 +8,9 @@ jobs: front-test: runs-on: ubuntu-latest env: - REACT_APP_API_URL: http://127.0.0.1:3000/graphql - REACT_APP_AUTH_URL: http://127.0.0.1:3000/auth - REACT_APP_FILES_URL: http://127.0.0.1:3000/files + REACT_APP_API_URL: http://localhost:3000/graphql + REACT_APP_AUTH_URL: http://localhost:3000/auth + REACT_APP_FILES_URL: http://localhost:3000/files steps: - uses: actions/checkout@v3 if: github.event_name == 'push'