mirror of
https://github.com/apache/druid.git
synced 2025-02-16 23:15:16 +00:00
Fix GHA workflow bugs (#15209)
This commit is contained in:
parent
9fb0dbfc9f
commit
1f39c054a7
2
.github/workflows/reusable-revised-its.yml
vendored
2
.github/workflows/reusable-revised-its.yml
vendored
@ -158,7 +158,7 @@ jobs:
|
||||
- name: Collect service logs on failure
|
||||
if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
|
||||
run: |
|
||||
tar cvzf ./service-logs.tgz ~/shared/logs
|
||||
tar cvzf ./service-logs.tgz integration-tests-ex/cases/target/${{ inputs.it }}/logs
|
||||
|
||||
- name: Upload Druid service logs to GitHub
|
||||
if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user