Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c3d72 commit 412786dCopy full SHA for 412786d
.github/workflows/coder.yaml
@@ -556,7 +556,7 @@ jobs:
556
- name: Install node_modules
557
run: ./scripts/yarn_install.sh
558
559
- - run: yarn test:coverage
+ - run: yarn test:ci
560
working-directory: site
561
562
- uses: codecov/codecov-action@v3
site/package.json
@@ -21,6 +21,7 @@
21
"storybook": "start-storybook -p 6006",
22
"storybook:build": "build-storybook",
23
"test": "jest --selectProjects test",
24
+ "test:ci": "jest --selectProjects test --silent",
25
"test:coverage": "jest --selectProjects test --collectCoverage",
26
"test:watch": "jest --selectProjects test --watch",
27
"typegen": "xstate typegen 'src/**/*.ts'",
0 commit comments