Skip to content

Allow testing of scripts in the Experimental module #12

Allow testing of scripts in the Experimental module

Allow testing of scripts in the Experimental module #12

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@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: sbt +test