Skip to content

add coursier actions, since setup-java dropped sbt #168

add coursier actions, since setup-java dropped sbt

add coursier actions, since setup-java dropped sbt #168

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
- uses: coursier/setup-action@v1
with:

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
apps: sbt
- uses: coursier/cache-action@v6
- name: test
run: sbt +test scripted mimaReportBinaryIssues