From c6f096365c01cead1f0fc0d5df6cccafe30816c9 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Fri, 10 Jul 2020 21:11:13 +0200 Subject: [PATCH] REVERT LATER run with react next --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 538b2cdee9e8ed..4838505e40c4fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -230,6 +230,7 @@ workflows: - test_unit: requires: - checkout + react-dist-tag: next - test_static: requires: - checkout @@ -239,12 +240,14 @@ workflows: - test_browser: requires: - checkout + react-dist-tag: next - test_regressions: requires: - test_unit - test_static - test_types - test_browser + react-dist-tag: next react-next: triggers: - schedule: