Skip to content

publish

publish #111

Workflow file for this run

name: test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0 # with tags
- uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- uses: actions/[email protected]
with:
node-version: 22.8.0
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt +compile +Test/compile +test