mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 23:48:47 +00:00
CI - Fix operator build test (#19940)
This commit is contained in:
parent
eb95a0692d
commit
6d4528f982
7
.github/workflows/py-operator-build-test.yml
vendored
7
.github/workflows/py-operator-build-test.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user