Skip to content

Try to fix the github actions #29

Try to fix the github actions

Try to fix the github actions #29

Workflow file for this run

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