From bc69145657caa4bc9b72025b5372cf48e266c521 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 1 Aug 2021 15:14:44 +0300 Subject: [PATCH] yaml missing colon --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 277c675..61c6af9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -117,6 +117,6 @@ workflows: jobs: - test-backend - test-frontend - - test-frontend-build + - test-frontend-build: requires: - test-frontend