Skip to content

Commit

Permalink
Run test-prod job for experimental builds (#18152)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Feb 27, 2020
1 parent 1ad2179 commit abcca45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ jobs:
RELEASE_CHANNEL: stable
command: yarn test-prod --maxWorkers=2

test_source_prod_experimental:
docker: *docker
environment: *environment
steps:
- checkout
- *restore_yarn_cache
- *run_yarn
- run:
environment:
RELEASE_CHANNEL: experimental
command: yarn test-prod --maxWorkers=2

build:
docker: *docker
environment: *environment
Expand Down Expand Up @@ -400,6 +412,9 @@ workflows:
- test_source_experimental:
requires:
- setup
- test_source_prod_experimental:
requires:
- setup
- build_experimental:
requires:
- setup
Expand Down

0 comments on commit abcca45

Please sign in to comment.