improve job name
This commit is contained in:
parent
b75fa669e6
commit
9d7ab27eb7
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue