From 98f32c204b8f7369c763dbd642337489fbb3de42 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 28 Mar 2025 21:21:29 +0100 Subject: [PATCH] Fix script call --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cdda6d1a424..0f9c5d2b862 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1072,7 +1072,7 @@ jobs: - name: Combine files into one run: | . venv/bin/activate - python -m script.merge_pytest_execution_time_reports pytest-execution-time-report-${{ env.DEFAULT_PYTHON }}-*.json + python -m script.merge_pytest_execution_time_reports "pytest-execution-time-report-${{ env.DEFAULT_PYTHON }}-*.json" - name: Upload combined pytest execution time artifact uses: actions/upload-artifact@v4.6.2 with: