Skip to content

Update scala-library to 2.12.20 #404

Update scala-library to 2.12.20

Update scala-library to 2.12.20 #404

Workflow file for this run

name: test
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run tests
run: sbt "; test"