Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto authored Oct 8, 2023
1 parent 120ca1b commit b20a853
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,16 @@ on:
branches: [ master ]

jobs:
jvm:
strategy:
fail-fast: false
matrix:
scala: [2.12.16]
java: [[email protected], [email protected]]
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Set up environment
uses: olafurpg/setup-scala@v10
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
java-version: 11

- name: Run tests
run: sbt ++${{ matrix.scala}} fmtCheck test
run: sbt -Dscalac.unused.enabled=true fmtCheck test

0 comments on commit b20a853

Please sign in to comment.