Adding fake API_URL for tests

This commit is contained in:
David Négrier 2020-04-04 16:02:41 +02:00
parent 39c8dab2b2
commit 6921706251

View file

@ -28,6 +28,8 @@ jobs:
- name: "Build"
run: yarn run build
env:
API_URL: "http://localhost:8080"
working-directory: "front"
continuous-integration-back: