From 40fc04c3aab3ccb6e843f3534394ec9d051cb37f Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 26 Aug 2021 15:14:17 +0300 Subject: [PATCH] renamed scala step to trigger a ci run --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf7133a6..617d9034 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: make test - run: - name: switch scala to 2.12 + name: gracefully kill redis command: | sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile) ps aux | grep redis @@ -131,7 +131,7 @@ jobs: make test - run: - name: switch scala to 2.12 + name: gracefully kill redis command: | sleep 5s # let redis exit gracefully (we use kill, not kill -9 in makefile) ps aux | grep redis