Skip to content

Return buffer's content after timeout at the latest if synchronous wa… #281

Return buffer's content after timeout at the latest if synchronous wa…

Return buffer's content after timeout at the latest if synchronous wa… #281

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java and Scala
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Build and Test
run: sbt -v test