Skip to content

Add setup-sbt step to the ci #189

Add setup-sbt step to the ci

Add setup-sbt step to the ci #189

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
branch-name: ${GITHUB_REF#refs/heads/}
jobs:
buildSbt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: sbt/setup-sbt@v1
with:
java-version: 11
- run: sbt test