Skip to content

Infrastructure: Version 6.1.1 for publishing #35

Infrastructure: Version 6.1.1 for publishing

Infrastructure: Version 6.1.1 for publishing #35

Workflow file for this run

name: build-and-test
on:
push:
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'liberica'
java-version: '17.0'
java-package: jdk+fx
- run: sbt -v update compile
- run: sbt -v scripted