Skip to content

refactor: Better Error Handling for Barrage Connections #494

refactor: Better Error Handling for Barrage Connections

refactor: Better Error Handling for Barrage Connections #494

Workflow file for this run

# Copyright (c) 2023-2024 Deephaven Data Labs and Patent Pending
# Build, Run Unit tests, and make the Benchmark artifacts; jar and test-jar
name: Unit Test and Package
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml