Skip to content

chore: update to version 0.6.1 for the server info changes #227

chore: update to version 0.6.1 for the server info changes

chore: update to version 0.6.1 for the server info changes #227

Workflow file for this run

name: Numaflow Java CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Maven, run unit tests and the coverage check
run: mvn clean install