Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 7, 2025
1 parent 2fd5772 commit 0ede191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ steps:
key: browser-integ
agents:
queue: v1
env:
COVERAGE: false
commands:
- echo "--- Install dependencies"
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
Expand Down Expand Up @@ -161,6 +163,8 @@ steps:
key: destinations
agents:
queue: v1
env:
COVERAGE: false
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
Expand Down

0 comments on commit 0ede191

Please sign in to comment.