Skip to content

CI config: bump versions, add setup-sbt, adopt->temurin (#198) #122

CI config: bump versions, add setup-sbt, adopt->temurin (#198)

CI config: bump versions, add setup-sbt, adopt->temurin (#198) #122

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt test