From 283959504484f19fd5322f6f8bda5e7a2975301b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Fri, 1 May 2020 13:30:00 +0200 Subject: [PATCH] refactor: differentiate workflow from job name --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 126fd700..25a3f867 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2 jobs: - test: + test-and-generate_data: docker: - image: circleci/python:3.7 steps: @@ -30,7 +30,7 @@ jobs: workflows: version: 2 - test: + test-and-generate_data: jobs: - test - generate_data: