Adding fake API_URL for tests
This commit is contained in:
parent
39c8dab2b2
commit
6921706251
1 changed files with 2 additions and 0 deletions
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
|
||||
- name: "Build"
|
||||
run: yarn run build
|
||||
env:
|
||||
API_URL: "http://localhost:8080"
|
||||
working-directory: "front"
|
||||
|
||||
continuous-integration-back:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue