diff --git a/.github/workflows/_reusable-test-code.yml b/.github/workflows/_reusable-test-code.yml index 256c5397..0d0f807c 100644 --- a/.github/workflows/_reusable-test-code.yml +++ b/.github/workflows/_reusable-test-code.yml @@ -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* @@ -90,6 +91,7 @@ jobs: if: ${{ !cancelled() }} with: name: artifact_${{ matrix.os-name }}_tests + include-hidden-files: true path: | .results_*/** .coverage*