Skip to content

Commit

Permalink
Fix wrong command in config.yml (#18624)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Apr 16, 2020
1 parent 22dc2e4 commit 50b9f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- run:
environment:
RELEASE_CHANNEL: experimental
command: yarn test-www-variant --maxWorkers=2
command: yarn test-prod-www-variant --maxWorkers=2

RELEASE_CHANNEL_stable_yarn_test_persistent:
docker: *docker
Expand Down

0 comments on commit 50b9f15

Please sign in to comment.