Skip to content

Add more configs and separate state and transition of core #60

Add more configs and separate state and transition of core

Add more configs and separate state and transition of core #60

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- name: Cache Scala
uses: coursier/cache-action@v5
- name: SBT Test
run: sbt test