Skip to content

Commit 81c67fe

Browse files
Add test-report to CircleCI artifacts (#4257)
1 parent 08941f2 commit 81c67fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
- run: yarn run build
231231
- run: yarn eslint --max-warnings=0 .
232232
- run: yarn workspaces foreach --exclude terra-integration-tests run test --coverage --maxWorkers=2 --passWithNoTests
233+
- store_artifacts:
234+
path: test-report/index.html
233235
- run: yarn check-types
234236
- save_cache:
235237
key: deps-{{ .Branch }}-{{ checksum ".pnp.cjs" }}

0 commit comments

Comments
 (0)