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 2d78125 commit da80707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ steps:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
- echo "--- Install browsers"
- npx playwright install --with-deps chromium
- echo "+++ Run Browser integration tests :pray:"
- yarn turbo run --filter='consent-tools-integration-tests' test:intg
Expand Down

0 comments on commit da80707

Please sign in to comment.