Fix code coverage

This commit is contained in:
Charles Bochet
2023-07-22 19:47:36 -07:00
parent 4ac01f2931
commit e6ce7f3bb9

View File

@ -27,10 +27,7 @@ jobs:
- name: Front / Write .env
run: |
cd front
touch .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
cp .env.example .env
- name: Front / Install Dependencies
run: cd front && yarn
- name: Front / Install Playwright