mirror of
https://github.com/metosin/reitit.git
synced 2025-12-22 02:21:11 +00:00
Explicitly name stages
This commit is contained in:
parent
216bba6c47
commit
92c7fe8e3c
1 changed files with 4 additions and 0 deletions
|
|
@ -110,12 +110,16 @@ workflows:
|
|||
test-and-build-docs:
|
||||
jobs:
|
||||
- test-clj:
|
||||
name: jdk8
|
||||
image-name: clojure:openjdk-8-lein-2.9.1
|
||||
- test-clj:
|
||||
name: jdk11
|
||||
image-name: clojure:openjdk-11-lein-2.9.1
|
||||
- test-clj:
|
||||
name: jdk13
|
||||
image-name: clojure:openjdk-13-lein-2.9.1
|
||||
- test-clj:
|
||||
name: jdk14
|
||||
image-name: clojure:openjdk-14-lein-2.9.1
|
||||
- test-cljs
|
||||
- build-docs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue