We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6783072 commit aa24734Copy full SHA for aa24734
.github/workflows/complete.yml
@@ -147,20 +147,3 @@ jobs:
147
name: it-report
148
path: spark/ingestion/target/test-reports/TestSuite.txt
149
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