Skip to content

Update sbt, scripted-plugin to 1.10.7 #80

Update sbt, scripted-plugin to 1.10.7

Update sbt, scripted-plugin to 1.10.7 #80

Workflow file for this run

name: test
on:
push:
branches:
- 2.13.x
pull_request:
jobs:
test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Test
# This runs the template with the default parameters, and runs test within the templated app.
run: sbt -Dfile.encoding=UTF8 test