CI - Fix operator build test (#19940)

This commit is contained in:
Pere Miquel Brull 2025-02-24 12:36:53 +01:00 committed by GitHub
parent eb95a0692d
commit 6d4528f982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,13 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 fetch-depth: 0
- name: Setup Openmetadata Test Environment
uses: ./.github/actions/setup-openmetadata-test-environment
with:
python-version: "3.10"
args: "-m no-ui"
ingestion_dependency: "mysql,elasticsearch,sample-data"
- name: Build Ingestion Operator & Ingest Sample Data - name: Build Ingestion Operator & Ingest Sample Data
run: | run: |
docker build -f ingestion/operators/docker/Dockerfile.ci . -t openmetadata/ingestion-base:test docker build -f ingestion/operators/docker/Dockerfile.ci . -t openmetadata/ingestion-base:test