diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-26 05:25:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 05:25:40 +0300 |
commit | cc03be1bafd26a0a49ac3132dd633ef7fa00bee9 (patch) | |
tree | df6e7b1a2d67903a7c82df0adae1058e60c8bafc /.github/workflows/test-all.yaml | |
parent | 1678006363e84a3641e9cf1ff1e9bf918c20db83 (diff) |
maven and optional sdkman (#25)
* maven
* optional sdk man
Diffstat (limited to '.github/workflows/test-all.yaml')
-rw-r--r-- | .github/workflows/test-all.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index ee4d50b..45114bf 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -30,7 +30,7 @@ jobs: "ruby jekyll", # Install 'ruby', then 'jekyll' "python jupyterlab", # Install 'python', then 'jupyterlab' "kubectl-helm-minikube", - "maven", + "java maven", # Install 'java', then 'maven' "node", "php", "powershell", |