Skip to content

Commit

Permalink
[ci] improve e2e log upload to add validator logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli authored and tzemanovic committed Aug 3, 2022
1 parent 17fe278 commit e00313c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: logs-e2e${{ matrix.make.suffix }}-${{ github.sha }}
path: /tmp/.*/logs/
path: |
/tmp/.*/logs/
/tmp/.*/e2e-test.*/setup/validator-*/.anoma/logs/*.log
retention-days: 5
- name: Print sccache stats
if: always()
Expand Down

0 comments on commit e00313c

Please sign in to comment.