Skip to content

Update scalatest to 3.2.19 #45

Update scalatest to 3.2.19

Update scalatest to 3.2.19 #45

Workflow file for this run

name: Scala Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Eclipse Temurin JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Test
run: sbt test