Skip to content

Update tapir-json-zio, ... to 1.8.1 #375

Update tapir-json-zio, ... to 1.8.1

Update tapir-json-zio, ... to 1.8.1 #375

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Setup JDK
id: setup-jdk
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: 'sbt'
- name: Check formatting
id: check-formatting
run: sbt scalafmtCheckAll
- name: Test
id: test
run: sbt -v test
- name: Postman tests
id: postman-tests
run: ./run-postman-tests.sh
shell: bash