Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Oct 15, 2024
1 parent f2ca203 commit 482d71f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3.13.0
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: temurin
java-version: ${{ matrix.java }}
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Run tests
shell: bash
run: sbt ++${{ matrix.scala }} test
- name: Run scripted tests
shell: bash
run: sbt ++${{ matrix.scala }} scripted

0 comments on commit 482d71f

Please sign in to comment.