Skip to content

feat: CQDG-850 fix tests for new config #90

feat: CQDG-850 fix tests for new config

feat: CQDG-850 fix tests for new config #90

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