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 656341e commit a62d397
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 @@ -42,8 +42,6 @@ steps:
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
- echo "--- Build bundles"
- yarn run -T browser . build
- echo '--- Check Size limit'
- yarn run -T browser size-limit
- echo "+++ Run tests"
- yarn run -T browser lint
- yarn run -T browser test
Expand Down Expand Up @@ -88,6 +86,8 @@ steps:
- 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 a62d397

Please sign in to comment.