Fix GHA workflow bugs (#15138)

This commit is contained in:
Tejaswini Bandlamudi 2023-10-12 21:25:57 +05:30 committed by GitHub
parent 61ea9e07c5
commit 0a6f78c0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ jobs:
docker images
- name: Run IT
id: run-it
run: ${{ inputs.script }}
- name: Collect docker logs on failure

View File

@ -121,6 +121,7 @@ jobs:
name: "unit tests (jdk${{ matrix.jdk }}, sql-compat=true)"
uses: ./.github/workflows/unit-tests.yml
needs: unit-tests
if: ${{ always() && (needs.unit-tests.result == 'success' || needs.unit-tests.outputs.continue_tests) }}
with:
jdk: ${{ matrix.jdk }}
sql_compatibility: true