Skip to content

Commit

Permalink
Java matrix versions configurable for deps repo & metamorph-ml added
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCTaylor committed Apr 10, 2024
1 parent fcd24b2 commit d41ca9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-all-the-things.yml
Original file line number Diff line number Diff line change
Expand Up @@ -888,12 +888,13 @@ jobs:
subjectRepo: 'taoensso/nippy'
subjectRef: 'master'

test-scicloj-ml:
test-scicloj-metamorph-ml:
uses: ./.github/workflows/test-deps-repo.yml
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'scicloj/scicloj.ml'
subjectRepo: 'scicloj/metamorph.ml'
subjectRef: 'main'
testDir: '.'
testCmd: '-M:test-runner'
testCmd: '-A:test -m kaocha.runner'
javaVersion: '["11", "17", "21"]'
2 changes: 1 addition & 1 deletion .github/workflows/test-deps-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
type: string
required: true
javaVersion:
description: 'Java version to use for the build'
description: 'Java matrix versions to use for the build'
required: false
default: '["8", "11", "17", "21"]'
type: string
Expand Down

0 comments on commit d41ca9b

Please sign in to comment.