Skip to content

Commit a62d397

Browse files
committed
wip
1 parent 656341e commit a62d397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ steps:
4242
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
4343
- echo "--- Build bundles"
4444
- yarn run -T browser . build
45-
- echo '--- Check Size limit'
46-
- yarn run -T browser size-limit
4745
- echo "+++ Run tests"
4846
- yarn run -T browser lint
4947
- yarn run -T browser test
@@ -88,6 +86,8 @@ steps:
8886
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers yarn turbo run --filter=browser-integration-tests test
8987
- yarn run -T browser exec make test-integration
9088
- yarn run -T browser exec make test-perf
89+
- echo '+++ Check Size limit'
90+
- yarn run -T browser size-limit
9191
retry:
9292
automatic:
9393
- exit_status: '*'

0 commit comments

Comments
 (0)