Fix code coverage
This commit is contained in:
5
.github/workflows/ci-front.yaml
vendored
5
.github/workflows/ci-front.yaml
vendored
@ -27,10 +27,7 @@ jobs:
|
|||||||
- name: Front / Write .env
|
- name: Front / Write .env
|
||||||
run: |
|
run: |
|
||||||
cd front
|
cd front
|
||||||
touch .env
|
cp .env.example .env
|
||||||
echo "REACT_APP_API_URL: $REACT_APP_API_URL" >> .env
|
|
||||||
echo "REACT_APP_AUTH_URL: $REACT_APP_AUTH_URL" >> .env
|
|
||||||
echo "REACT_APP_FILES_URL: $REACT_APP_FILES_URL" >> .env
|
|
||||||
- name: Front / Install Dependencies
|
- name: Front / Install Dependencies
|
||||||
run: cd front && yarn
|
run: cd front && yarn
|
||||||
- name: Front / Install Playwright
|
- name: Front / Install Playwright
|
||||||
|
|||||||
Reference in New Issue
Block a user