Skip to content

Commit

Permalink
upload logs on e2e failures to help debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhbapna committed Aug 19, 2024
1 parent 79bdcae commit 23ee9bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ jobs:

- name: Run tests
run: ./e2e/test_${{ matrix.test-script }}.sh

- name: Upload logs for debugging
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
path: e2e-output

0 comments on commit 23ee9bb

Please sign in to comment.