Skip to content

feat: bidirectional streaming source #93

feat: bidirectional streaming source

feat: bidirectional streaming source #93

Workflow file for this run

name: Numaflow Java CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Maven, run unit tests and the coverage check
run: mvn clean install
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: numaproj/numaflow-java