Fix tests
This commit is contained in:
6
.github/workflows/ci-front.yaml
vendored
6
.github/workflows/ci-front.yaml
vendored
@ -8,9 +8,9 @@ jobs:
|
|||||||
front-test:
|
front-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
REACT_APP_API_URL: http://127.0.0.1:3000/graphql
|
REACT_APP_API_URL: http://localhost:3000/graphql
|
||||||
REACT_APP_AUTH_URL: http://127.0.0.1:3000/auth
|
REACT_APP_AUTH_URL: http://localhost:3000/auth
|
||||||
REACT_APP_FILES_URL: http://127.0.0.1:3000/files
|
REACT_APP_FILES_URL: http://localhost:3000/files
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
|||||||
Reference in New Issue
Block a user