Skip to content

Update scalatest to 3.2.17 #138

Update scalatest to 3.2.17

Update scalatest to 3.2.17 #138

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
- uses: coursier/cache-action@v5
- run: sbt scripted