Skip to content

Update scalatest to 3.2.17 #112

Update scalatest to 3.2.17

Update scalatest to 3.2.17 #112

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@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- name: Run tests
run: sbt clean test scripted