improve job name

This commit is contained in:
jem 2021-03-16 09:26:16 +01:00
parent b75fa669e6
commit 9d7ab27eb7

View file

@ -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: