Skip to content

Commit

Permalink
Merge branch 'fraccaman+tomas/ci-e2e-validator-logs' (#274)
Browse files Browse the repository at this point in the history
* fraccaman+tomas/ci-e2e-validator-logs:
  [ci] improve e2e log upload to add validator logs
  • Loading branch information
tzemanovic committed Aug 4, 2022
2 parents 604e308 + a358511 commit ae00c72
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 ae00c72

Please sign in to comment.