Skip to content

Merge pull request #67 from raboof/update-group-and-artifact-id #59

Merge pull request #67 from raboof/update-group-and-artifact-id

Merge pull request #67 from raboof/update-group-and-artifact-id #59

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test scripted