Skip to content

Commit

Permalink
Upload logs on integration test failure (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Aug 23, 2023
1 parent fb0ccdc commit 72c8d6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ jobs:
run: make test-unit
- name: run integration tests
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse }} make test-integration
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: integration-test-logs-py${{ matrix.target.python }}-clickhouse-${{ matrix.clickhouse }}
path: staging/logs/
if-no-files-found: ignore

0 comments on commit 72c8d6c

Please sign in to comment.