Rename test commands (coverage storybook) (#476)
* Rename test commands * Add coverage command in doc
This commit is contained in:
2
.github/workflows/ci-front.yaml
vendored
2
.github/workflows/ci-front.yaml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user