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'