Skip to content

Update sbt-projectmatrix to 0.9.2 #262

Update sbt-projectmatrix to 0.9.2

Update sbt-projectmatrix to 0.9.2 #262

Workflow file for this run

name: Scala Testing Pipeline
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run unit tests
run: sbt test
- name: Run integration tests
run: sbt it:test