Skip to content

Version bump to 0.1.0 #15

Version bump to 0.1.0

Version bump to 0.1.0 #15

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-java@v4
with:
java-version-file: .java-version
distribution: temurin
cache: gradle
- run: ./gradlew --no-daemon --stacktrace test