mirror of https://github.com/apache/druid.git
Fix GHA workflow bugs (#15209)
This commit is contained in:
parent
9fb0dbfc9f
commit
1f39c054a7
|
@ -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…
Reference in New Issue