Skip to content

Commit 6db6efb

Browse files
author
ci-bot
committed
trigger test
1 parent 8b502d4 commit 6db6efb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ parameters:
3434
run_deploy_alpha:
3535
type: boolean
3636
default: false
37+
run_playwright:
38+
type: boolean
39+
default: false
3740

3841
# Resource sizing
3942
resource_class:
@@ -908,6 +911,14 @@ workflows:
908911
requires:
909912
- build
910913

914+
playwright_only:
915+
when: << pipeline.parameters.run_playwright >>
916+
jobs:
917+
- build
918+
- playwright-e2e:
919+
requires:
920+
- build
921+
911922
deploy_alpha:
912923
when: << pipeline.parameters.run_deploy_alpha >>
913924
jobs:

0 commit comments

Comments
 (0)