Skip to content

Commit 36e97e3

Browse files
chore: update JS teests in CI (coder#5786)
1 parent 9e346b3 commit 36e97e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ jobs:
556556
- name: Install node_modules
557557
run: ./scripts/yarn_install.sh
558558

559-
- run: yarn test:coverage
559+
- run: yarn test:ci
560560
working-directory: site
561561

562562
- uses: codecov/codecov-action@v3

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"storybook": "start-storybook -p 6006",
2222
"storybook:build": "build-storybook",
2323
"test": "jest --selectProjects test",
24+
"test:ci": "jest --selectProjects test --silent",
2425
"test:coverage": "jest --selectProjects test --collectCoverage",
2526
"test:watch": "jest --selectProjects test --watch",
2627
"typegen": "xstate typegen 'src/**/*.ts'",

0 commit comments

Comments
 (0)