From 5cc591116933a375b3570556bf038e0c4af86722 Mon Sep 17 00:00:00 2001 From: KHeo Date: Wed, 1 Jul 2020 12:37:21 +0900 Subject: [PATCH] More CI fix. --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index ccb61ec90..8fcd56386 100644 --- a/circle.yml +++ b/circle.yml @@ -489,6 +489,9 @@ all_jobs: &all_jobs - fundamentals__module-api: requires: - build + - fundamentals__typescript: + requires: + - build # to avoid constantly tweaking required jobs on CircleCI # we can have a single job wait on all other test jobs here.