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 62e65c3 commit a886418
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 yarn install --immutable
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=0 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 a886418

Please sign in to comment.