We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08941f2 commit 81c67feCopy full SHA for 81c67fe
.circleci/config.yml
@@ -230,6 +230,8 @@ jobs:
230
- run: yarn run build
231
- run: yarn eslint --max-warnings=0 .
232
- run: yarn workspaces foreach --exclude terra-integration-tests run test --coverage --maxWorkers=2 --passWithNoTests
233
+ - store_artifacts:
234
+ path: test-report/index.html
235
- run: yarn check-types
236
- save_cache:
237
key: deps-{{ .Branch }}-{{ checksum ".pnp.cjs" }}
0 commit comments