Skip to content

Commit 9114c5f

Browse files
committed
wip
1 parent a62d397 commit 9114c5f

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
@@ -82,12 +82,12 @@ steps:
8282
- echo "--- Install dependencies"
8383
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
8484
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
85+
- echo '+++ Check Size limit'
86+
- yarn run -T browser size-limit
8587
- echo "+++ Run Browser integration tests :pray:"
8688
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers yarn turbo run --filter=browser-integration-tests test
8789
- yarn run -T browser exec make test-integration
8890
- 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)