Skip to content

Update scalatest to 3.2.19 #148

Update scalatest to 3.2.19

Update scalatest to 3.2.19 #148

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- name: Run tests
run: sbt clean test scripted