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 a62d397 commit 9114c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ steps:
- echo "--- Install dependencies"
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
- echo '+++ Check Size limit'
- yarn run -T browser size-limit
- echo "+++ Run Browser integration tests :pray:"
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers yarn turbo run --filter=browser-integration-tests test
- yarn run -T browser exec make test-integration
- yarn run -T browser exec make test-perf
- echo '+++ Check Size limit'
- yarn run -T browser size-limit
retry:
automatic:
- exit_status: '*'
Expand Down

0 comments on commit 9114c5f

Please sign in to comment.