Skip to content

Updates actions image #34

Updates actions image

Updates actions image #34

Workflow file for this run

name: Scala CI
on:
workflow_dispatch:
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Cache Coursier cache
uses: coursier/cache-action@v6
- name: Run tests with Scala 2.12,2.13,3.3
run: sbt +test