Skip to content

Commit d41ca9b

Browse files
committed
Java matrix versions configurable for deps repo & metamorph-ml added
1 parent fcd24b2 commit d41ca9b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test-all-the-things.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -888,12 +888,13 @@ jobs:
888888
subjectRepo: 'taoensso/nippy'
889889
subjectRef: 'master'
890890

891-
test-scicloj-ml:
891+
test-scicloj-metamorph-ml:
892892
uses: ./.github/workflows/test-deps-repo.yml
893893
with:
894894
clojureRepo: ${{ inputs.clojureRepo }}
895895
clojureRef: ${{ inputs.clojureRef }}
896-
subjectRepo: 'scicloj/scicloj.ml'
896+
subjectRepo: 'scicloj/metamorph.ml'
897897
subjectRef: 'main'
898898
testDir: '.'
899-
testCmd: '-M:test-runner'
899+
testCmd: '-A:test -m kaocha.runner'
900+
javaVersion: '["11", "17", "21"]'

.github/workflows/test-deps-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
type: string
3030
required: true
3131
javaVersion:
32-
description: 'Java version to use for the build'
32+
description: 'Java matrix versions to use for the build'
3333
required: false
3434
default: '["8", "11", "17", "21"]'
3535
type: string

0 commit comments

Comments
 (0)