Rename test commands (coverage storybook) (#476)

* Rename test commands

* Add coverage command in doc
This commit is contained in:
Emilien Chauvet
2023-06-29 14:06:15 -07:00
committed by GitHub
parent fdfcae6ac5
commit 30fd3320b7
4 changed files with 7 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
run: |
cd front && npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --silent --port 6006" \
"yarn coverage"
"yarn coverage-storybook"
- name: Front / Run jest tests
run: |
cd front && yarn test