Skip to content

Commit

Permalink
fix: Include "hidden" files when uploading artifacts from the test job
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 30, 2024
1 parent 181c6b8 commit c38768e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_reusable-test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
if: ${{ !cancelled() }}
with:
name: artifact_${{ matrix.os-name }}_${{ matrix.python-version }}_tests_and_linting
include-hidden-files: true
path: |
.results_*/**
.coverage*
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
if: ${{ !cancelled() }}
with:
name: artifact_${{ matrix.os-name }}_tests
include-hidden-files: true
path: |
.results_*/**
.coverage*
Expand Down

0 comments on commit c38768e

Please sign in to comment.