Fix tests

This commit is contained in:
Charles Bochet
2023-07-22 22:19:42 -07:00
parent e6ce7f3bb9
commit 0731487990

View File

@ -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'