Skip to content

chore(deps): bump @babel/helpers from 7.17.9 to 7.26.10 in /sdk/python/feast/ui #1562

chore(deps): bump @babel/helpers from 7.17.9 to 7.26.10 in /sdk/python/feast/ui

chore(deps): bump @babel/helpers from 7.17.9 to 7.26.10 in /sdk/python/feast/ui #1562

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@v5
with:
go-version: 1.22.9
- name: Operator tests
run: make -C infra/feast-operator test
- name: After code formatting, check for uncommitted differences
run: git diff --exit-code infra/feast-operator