chore: update JS teests in CI (#5786)

This commit is contained in:
Bruno Quaresma 2023-01-19 13:48:32 -03:00 committed by GitHub
parent 9e346b3251
commit 36e97e3fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -556,7 +556,7 @@ jobs:
- name: Install node_modules
run: ./scripts/yarn_install.sh
- run: yarn test:coverage
- run: yarn test:ci
working-directory: site
- uses: codecov/codecov-action@v3

View File

@ -21,6 +21,7 @@
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"test": "jest --selectProjects test",
"test:ci": "jest --selectProjects test --silent",
"test:coverage": "jest --selectProjects test --collectCoverage",
"test:watch": "jest --selectProjects test --watch",
"typegen": "xstate typegen 'src/**/*.ts'",