Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit af8f329

Browse files
committed
chore: update test output
1 parent a3492eb commit af8f329

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: yarn build
5050

5151
- name: Run tests
52-
run: yarn test
52+
run: yarn test:ci
5353
env:
5454
CI: true
5555

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: yarn build && yarn bootstrap
5151

5252
- name: Testing components
53-
run: yarn test
53+
run: yarn test:ci
5454
env:
5555
CI: true
5656

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"cy:run": "cypress run-ct --quiet",
3232
"test:component": "yarn cy:run",
3333
"test": "jest",
34+
"test:ci": "cross-env NODE_ENV=test jest --verbose --silent --config jest.config.js",
3435
"test:unit": "cross-env NODE_ENV=test jest --config jest.config.js",
3536
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
3637
"docs:dev:legacy": "vitepress dev docs",

0 commit comments

Comments
 (0)