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 a62d397 commit 9114c5fCopy full SHA for 9114c5f
.buildkite/pipeline.yml
@@ -82,12 +82,12 @@ steps:
82
- echo "--- Install dependencies"
83
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
84
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
85
+ - echo '+++ Check Size limit'
86
+ - yarn run -T browser size-limit
87
- echo "+++ Run Browser integration tests :pray:"
88
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers yarn turbo run --filter=browser-integration-tests test
89
- 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