Skip to content

Update sbt to 1.9.8 #259

Update sbt to 1.9.8

Update sbt to 1.9.8 #259

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- name: branch-names
id: branch-name
uses: tj-actions/branch-names@v7
- run: sbt coverage +test coverageReport
- run: sbt coverageAggregate coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_BRANCH: ${{ steps.branch-name.outputs.current_branch }}