Skip to content

emd

emd #89

Workflow file for this run

name: Scala CI
on:
push:
branches:
- feature/*
- hotfix/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Run tests
run: sbt test