Skip to content

Commit 50b9f15

Browse files
authored
Fix wrong command in config.yml (facebook#18624)
1 parent 22dc2e4 commit 50b9f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- run:
209209
environment:
210210
RELEASE_CHANNEL: experimental
211-
command: yarn test-www-variant --maxWorkers=2
211+
command: yarn test-prod-www-variant --maxWorkers=2
212212

213213
RELEASE_CHANNEL_stable_yarn_test_persistent:
214214
docker: *docker

0 commit comments

Comments
 (0)