Skip to content

Update scalatest to 3.2.19 #76

Update scalatest to 3.2.19

Update scalatest to 3.2.19 #76

Workflow file for this run

name: pr
on: pull_request
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: olafurpg/setup-scala@v10
- uses: actions/cache@v2
with:
path: |
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt test