Skip to content

fix: CQDG-369 fix comments from PR #46

fix: CQDG-369 fix comments from PR

fix: CQDG-369 fix comments from PR #46

Workflow file for this run

name: Test and build
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
cache: 'sbt'
- name: Run tests
run: sbt test
- name: Assembly
run: sbt assembly