Skip to content

Commit abcca45

Browse files
authored
Run test-prod job for experimental builds (#18152)
1 parent 1ad2179 commit abcca45

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,18 @@ jobs:
141141
RELEASE_CHANNEL: stable
142142
command: yarn test-prod --maxWorkers=2
143143

144+
test_source_prod_experimental:
145+
docker: *docker
146+
environment: *environment
147+
steps:
148+
- checkout
149+
- *restore_yarn_cache
150+
- *run_yarn
151+
- run:
152+
environment:
153+
RELEASE_CHANNEL: experimental
154+
command: yarn test-prod --maxWorkers=2
155+
144156
build:
145157
docker: *docker
146158
environment: *environment
@@ -400,6 +412,9 @@ workflows:
400412
- test_source_experimental:
401413
requires:
402414
- setup
415+
- test_source_prod_experimental:
416+
requires:
417+
- setup
403418
- build_experimental:
404419
requires:
405420
- setup

0 commit comments

Comments
 (0)