From 495036e76312e35a0f4f4e65ebb0a106f3ed04e4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 05:14:58 +0000 Subject: [PATCH] Update from copier (2025-01-12T05:14:58) --- .copier-answers.yml | 2 +- .github/workflows/build.yml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 1ae3936..ab550b3 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: jupyter email: 3105306+timkpaine@users.noreply.github.com diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e074308..e779936 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,15 +76,13 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-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