Skip to content

Merge pull request #76 from scala-steward/update/sbt-1.10.2 #67

Merge pull request #76 from scala-steward/update/sbt-1.10.2

Merge pull request #76 from scala-steward/update/sbt-1.10.2 #67

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 8
- name: Test
# This runs the template with the default parameters, and runs test within the templated app.
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test