Skip to content

Commit

Permalink
Dump covalent logs upon failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel committed Aug 21, 2023
1 parent fc06a0b commit baf7210
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,7 @@ jobs:
- name: Dump Covalent logs
if: >
steps.covalent_start.outcome == 'success'
&& (steps.sdk-tests.outcome == 'failed'
|| steps.dispatcher-tests.outcome == 'failed'
|| steps.functional-tests.outcome == 'failed'
|| steps.ui-backend-tests.outcome == 'failed'
|| steps.ui-frontend-tests.outcome == 'failed')
&& failure()
run: covalent logs

- name: Upload SDK report to Codecov
Expand Down

0 comments on commit baf7210

Please sign in to comment.