Skip to content

Merge pull request #309 from sbt/dependabot/github_actions/actions/ch… #172

Merge pull request #309 from sbt/dependabot/github_actions/actions/ch…

Merge pull request #309 from sbt/dependabot/github_actions/actions/ch… #172

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
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- name: test
run: sbt +test scripted mimaReportBinaryIssues