Skip to content

Commit 74dcee1

Browse files
authored
Merge pull request #383 from cucumber/fix-ci
ci: use setup-sbt to enforce sbt command available
2 parents fbd196d + 11279d2 commit 74dcee1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
java-version: ${{ matrix.java }}
4343
distribution: 'adopt'
4444

45+
- uses: sbt/setup-sbt@v1
46+
4547
- name: Formatting check
4648
run: sbt scalafmtCheckAll
4749

.github/workflows/release-sbt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
distribution: "temurin"
3131
java-version: "11"
3232

33+
- uses: sbt/setup-sbt@v1
34+
3335
- uses: cucumber/[email protected]
3436
with:
3537
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

.github/workflows/version-policy-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ jobs:
3434
java-version: ${{ matrix.java }}
3535
distribution: 'adopt'
3636

37+
- uses: sbt/setup-sbt@v1
38+
3739
- name: Version check
3840
run: sbt "project cucumberScala" versionPolicyCheck

0 commit comments

Comments
 (0)