Skip to content

chore: Bump io.netty:netty-common from 4.1.101.Final to 4.1.115.Final in /java #342

chore: Bump io.netty:netty-common from 4.1.101.Final to 4.1.115.Final in /java

chore: Bump io.netty:netty-common from 4.1.101.Final to 4.1.115.Final in /java #342

Workflow file for this run

name: operator-pr
on: [pull_request]
jobs:
operator-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21.x
- name: Operator tests
run: |
cd infra/feast-operator/
make test
- name: After code formatting, check for uncommitted differences
run: git diff --exit-code infra/feast-operator