Skip to content

Commit

Permalink
Print e2e logs on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwill87 committed Jan 4, 2023
1 parent a1f91d2 commit 958eb00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ runs:
--cov-report=xml
shell: sh

- name: Printing E2E Logs
run: cat e2e.log
shell: sh
if: failure()

- name: Reporting Coverage Statistics
uses: codecov/codecov-action@v3
if: >-
Expand Down

0 comments on commit 958eb00

Please sign in to comment.