Skip to content

Commit

Permalink
upload coverage artifacts on 3.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Dec 23, 2024
1 parent e7cadad commit 6a14685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Check directory contents
run: ls -alhR .

- uses: actions/upload-artifact@v4
- if: ${{ matrix.python-version }} == '3.12'
uses: actions/upload-artifact@v4
with:
name: coverage_${{ matrix.test-set }}
path: .coverage.${{ matrix.test-set }}
Expand Down

0 comments on commit 6a14685

Please sign in to comment.