Skip to content

add setup-sbt action #13

add setup-sbt action

add setup-sbt action #13

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test scripted