File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4141 - echo "--- Install dependencies"
4242 - yarn install --immutable
4343 - yarn run -T browser exec make ci
44+ - echo " # ############## Are there coverage files here?"
45+ - echo $PWD
46+ - find . -name "coverage-*.json"
4447 plugins :
4548 -
ssh://[email protected] /segmentio/cache-buildkite-plugin#v2.0.0: 4649 key : " v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
@@ -102,6 +105,9 @@ steps:
102105 - yarn run -T core lint
103106 - yarn run -T core test
104107 - yarn turbo run --filter=core-integration-tests lint
108+ - echo " # ############## Are there coverage files here?"
109+ - echo $PWD
110+ - find . -name "coverage-*.json"
105111 plugins :
106112 -
ssh://[email protected] /segmentio/cache-buildkite-plugin#v2.0.0: 107113 key : " v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
You can’t perform that action at this time.
0 commit comments