Skip to content

Feat: Move logging to ZIO's official logging library #54

Feat: Move logging to ZIO's official logging library

Feat: Move logging to ZIO's official logging library #54

Workflow file for this run

name: Build, test and package
on:
pull_request:
jobs:
build-test-package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Build, test and package
run: sbt -v +deploy/stage +metrics/stage