Skip to content

Commit 0ede191

Browse files
committed
wip
1 parent 2fd5772 commit 0ede191

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ steps:
6969
key: browser-integ
7070
agents:
7171
queue: v1
72+
env:
73+
COVERAGE: false
7274
commands:
7375
- echo "--- Install dependencies"
7476
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
@@ -161,6 +163,8 @@ steps:
161163
key: destinations
162164
agents:
163165
queue: v1
166+
env:
167+
COVERAGE: false
164168
commands:
165169
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
166170
- echo "--- Install dependencies"

0 commit comments

Comments
 (0)