Skip to content

Commit 59cf143

Browse files
committed
CI: enable artefact upload for parallel tests
1 parent 0e1da45 commit 59cf143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci-reusable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Upload integration tests log files
8787
uses: actions/upload-artifact@v4
88-
if: (matrix.tests == 'integration' || matrix.tests == 'all') && always()
88+
if: (matrix.tests == 'integration' || matrix.tests == 'integration-parallel' || matrix.tests == 'all') && always()
8989
with:
9090
name: ${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-integration-tests-logs
9191
path: tests/integration/logs/

0 commit comments

Comments
 (0)