Skip to content

Commit

Permalink
Merge pull request #146 from scalacenter/ubuntu-sbt
Browse files Browse the repository at this point in the history
 ubuntu-latest now points to 24.04 which does not include sbt
  • Loading branch information
bjaglin authored Jan 11, 2025
2 parents cd370ef + 2c78ce9 commit 8b2d857
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: coursier/setup-action@v1
with:
java-version: 8
distribution: temurin
jvm: temurin:8
- run: ./scalafmt --test
template-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: coursier/setup-action@v1
with:
java-version: 8
distribution: temurin
jvm: temurin:8
- uses: sbt/setup-sbt@v1
- run: sbt test
migration-rules:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: coursier/setup-action@v1
with:
java-version: 8
distribution: temurin
jvm: temurin:8
- uses: sbt/setup-sbt@v1
- run: ls -1 migration-rules | xargs -I{} sh -c 'cd migration-rules/{} && sbt test'

0 comments on commit 8b2d857

Please sign in to comment.