There was an error while loading. Please reload this page.
githubWorkflowUseSbtThinClient
githubWorkflowCheck
1 parent 9463b2a commit 6a57423Copy full SHA for 6a57423
2 files changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: sbt/setup-sbt@v1
61
62
- name: Check that workflows are up to date
63
- run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
+ run: sbt --client '++ ${{ matrix.scala }}; githubWorkflowCheck'
64
65
- name: Build project
66
run: sbt test
build.sbt
@@ -13,6 +13,7 @@ ThisBuild / githubWorkflowArtifactUpload := false
13
ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)
14
ThisBuild / githubWorkflowTargetBranches := Seq("master")
15
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
16
+ThisBuild / githubWorkflowUseSbtThinClient := true
17
18
def isJava(v: Int) = s"matrix.java == '${javaVersions.find(_.version == v.toString).get.render}'"
19
0 commit comments