Skip to content

Merge pull request #119 from scala-steward/update/sbt-updates-0.6.4 #201

Merge pull request #119 from scala-steward/update/sbt-updates-0.6.4

Merge pull request #119 from scala-steward/update/sbt-updates-0.6.4 #201

Workflow file for this run

name: Build
on:
push:
branches:
- main
- dev
- scala_opencb
pull_request:
branches:
- main
- dev
- scala_opencb
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Scala
uses: coursier/setup-action@v1
with:
jvm: adopt:16
apps: sbt bloop
- name: Run tests
run: sbt test