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 1ad2179 commit abcca45Copy full SHA for abcca45
.circleci/config.yml
@@ -141,6 +141,18 @@ jobs:
141
RELEASE_CHANNEL: stable
142
command: yarn test-prod --maxWorkers=2
143
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
+
156
build:
157
docker: *docker
158
environment: *environment
@@ -400,6 +412,9 @@ workflows:
400
412
- test_source_experimental:
401
413
requires:
402
414
- setup
415
+ - test_source_prod_experimental:
416
+ requires:
417
+ - setup
403
418
- build_experimental:
404
419
405
420
0 commit comments