Skip to content

Commit

Permalink
ci: upload integrations tests logs only when they run
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina committed Feb 19, 2024
1 parent a5c7f57 commit 8449bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Upload integration tests log files
uses: actions/upload-artifact@v4
if: always()
if: (matrix.tests == 'integration' || matrix.tests == 'all') && always()
with:
name: ${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-integration-tests-logs
path: tests/integration/logs/
Expand Down

0 comments on commit 8449bdf

Please sign in to comment.