Skip to content

Merge pull request #146 from lhns/update/sbt-projectmatrix-0.9.2 #421

Merge pull request #146 from lhns/update/sbt-projectmatrix-0.9.2

Merge pull request #146 from lhns/update/sbt-projectmatrix-0.9.2 #421

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"