We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656341e commit a62d397Copy full SHA for a62d397
.buildkite/pipeline.yml
@@ -42,8 +42,6 @@ steps:
42
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
43
- echo "--- Build bundles"
44
- yarn run -T browser . build
45
- - echo '--- Check Size limit'
46
- - yarn run -T browser size-limit
47
- echo "+++ Run tests"
48
- yarn run -T browser lint
49
- yarn run -T browser test
@@ -88,6 +86,8 @@ steps:
88
86
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers yarn turbo run --filter=browser-integration-tests test
89
87
- yarn run -T browser exec make test-integration
90
- yarn run -T browser exec make test-perf
+ - echo '+++ Check Size limit'
+ - yarn run -T browser size-limit
91
retry:
92
automatic:
93
- exit_status: '*'
0 commit comments