From 9d7ab27eb706cabdbc13f2fdbe4067761c0c6beb Mon Sep 17 00:00:00 2001 From: jem Date: Tue, 16 Mar 2021 09:26:16 +0100 Subject: [PATCH] improve job name --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 771cc4c..cb23307 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,13 +42,13 @@ services: before_script: - echo "{:auth {:repository-auth {#\"clojars\" {:username \"${CLOJARS_USER}\" :password \"${CLOJARS_PASSWORD}\" }}}}" > ~/.lein/profiles.clj -build-and-test-cljs: +test-cljs: <<: *cljs stage: build_and_test script: - shadow-cljs compile test -build-and-test-clj: +test-clj: <<: *clj-upload stage: build_and_test script: