Skip to content

fix: standardise demo config filenames on config.txt (#70) #141

fix: standardise demo config filenames on config.txt (#70)

fix: standardise demo config filenames on config.txt (#70) #141

Workflow file for this run

name: Core Tests
on:
push:
pull_request:
concurrency:
group: core-tests-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
name: sbt test (deterministic)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "17"
cache: sbt
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test