Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 8, 2023
1 parent 502c2d2 commit c02f920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ steps:
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
- sudo apt install chromium-browser -y
- HUSKY=0 yarn install --immutable
- echo "+++ Run Browser integration tests :pray:"
- yarn turbo run --filter='consent-tools-integration-tests' test:intg
plugins:
Expand Down

0 comments on commit c02f920

Please sign in to comment.