Skip to content

Updated build scripts #7

Updated build scripts

Updated build scripts #7

Workflow file for this run

name: Test
on: [push, pull_request, workflow_call]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 17
- name: Build and Test
run: sbt test