Adding fake API_URL for tests
This commit is contained in:
parent
39c8dab2b2
commit
6921706251
2
.github/workflows/continuous_integration.yml
vendored
2
.github/workflows/continuous_integration.yml
vendored
@ -28,6 +28,8 @@ jobs:
|
|||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: yarn run build
|
run: yarn run build
|
||||||
|
env:
|
||||||
|
API_URL: "http://localhost:8080"
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
continuous-integration-back:
|
continuous-integration-back:
|
||||||
|
Loading…
Reference in New Issue
Block a user