Skip to content

Logging, in memory repos for testing #7

Logging, in memory repos for testing

Logging, in memory repos for testing #7

Workflow file for this run

name: Build and test
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Build
run: sbt compile Test/compile
- name: Test
run: sbt domainJVM/test backend/test # todo: scalajs testing