Skip to content

Commit

Permalink
Fix GHA workflow bugs (apache#15138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswini-imply authored Oct 12, 2023
1 parent 61ea9e0 commit 0a6f78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-revised-its.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
docker images
- name: Run IT
id: run-it
run: ${{ inputs.script }}

- name: Collect docker logs on failure
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a6f78c

Please sign in to comment.