Skip to content

Commit aa24734

Browse files
authored
Remove compose test job
1 parent 6783072 commit aa24734

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/complete.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,3 @@ jobs:
147147
name: it-report
148148
path: spark/ingestion/target/test-reports/TestSuite.txt
149149
retention-days: 5
150-
151-
tests-docker-compose:
152-
needs:
153-
- build-push-docker-images
154-
- publish-ingestion-jar
155-
runs-on: ubuntu-latest
156-
env:
157-
INGESTION_JAR_PATH: /shared/feast-ingestion-spark-develop.jar
158-
steps:
159-
- uses: actions/checkout@v2
160-
- name: Download ingestion jar
161-
uses: actions/download-artifact@v2
162-
with:
163-
name: ingestion-jar
164-
path: ./infra/docker-compose/
165-
- name: Test docker compose
166-
run: ./infra/scripts/test-docker-compose.sh ${GITHUB_SHA}

0 commit comments

Comments
 (0)