Skip to content

Add the runtime plugins to the sbt runtime classpath #SCL-21501 #114

Add the runtime plugins to the sbt runtime classpath #SCL-21501

Add the runtime plugins to the sbt runtime classpath #SCL-21501 #114

Workflow file for this run

name: Scala CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Run tests
run: sbt test