Skip to content

Update sbt to 1.10.3 #467

Update sbt to 1.10.3

Update sbt to 1.10.3 #467

Workflow file for this run

name: test
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- name: Run tests
run: sbt "; test"