Skip to content

Merge pull request #118 from tototoshi/update/sbt-sonatype-3.9.21 #205

Merge pull request #118 from tototoshi/update/sbt-sonatype-3.9.21

Merge pull request #118 from tototoshi/update/sbt-sonatype-3.9.21 #205

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: 8
- name: Run tests
run: sbt +test