Skip to content

feat: CQDG-898 exclude studies that are restricted #148

feat: CQDG-898 exclude studies that are restricted

feat: CQDG-898 exclude studies that are restricted #148

Workflow file for this run

name: Run tests
on:
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'
# cache: sbt
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt clean test