diff --git a/.copier-answers.yml b/.copier-answers.yml index 59803ee..7773787 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: ea9f24b +_commit: 81e8acd _src_path: https://github.com/python-project-templates/base.git add_extension: rust email: 3105306+timkpaine@users.noreply.github.com diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eb5076..3a48389 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,15 +89,13 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} - path: | - **/junit.xml + path: '**/junit.xml' if: ${{ always() }} - name: Publish Unit Test Results uses: EnricoMi/publish-unit-test-result-action@v2 with: - files: | - **/junit.xml + files: '**/junit.xml' if: matrix.os == 'ubuntu-latest' - name: Upload coverage