Skip to content

Merge pull request #42 from tumakha/update/jackson-module-scala-2.18.1 #76

Merge pull request #42 from tumakha/update/jackson-module-scala-2.18.1

Merge pull request #42 from tumakha/update/jackson-module-scala-2.18.1 #76

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Scala CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
check-latest: true
cache: 'sbt'
- name: Run tests
run: sbt clean coverage test coverageOff coverageReport