Skip to content

Use allModuleReports from sbt 1.9.5 #114

Use allModuleReports from sbt 1.9.5

Use allModuleReports from sbt 1.9.5 #114

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
java: [ '8' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JVM
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'sbt'
- run: sbt -v +scripted