From 75d9179e6b1db1527abbfbebfedbe7876555c0b0 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Jan 2021 14:51:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20workflow=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd2ad08..070bef6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,5 +86,5 @@ workflows: jobs: - build - test: - requires: - - build \ No newline at end of file + requires: + - build \ No newline at end of file