From b447f62bdad63adc8d65268944893011c6e86cd7 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Thu, 27 Mar 2025 18:38:14 +0100 Subject: [PATCH] Small improvements --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 287a8c23eec..153a8ffa1d1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -897,8 +897,7 @@ jobs: ${{ runner.os }}-${{ env.DEFAULT_PYTHON }}-${{ steps.generate-pytest-execution-time-key.outputs.key }} restore-keys: | - ${{ runner.os }}-${{ env.DEFAULT_PYTHON }}-pytest-pytest-execution-time - -${{ env.HA_SHORT_VERSION }}- + ${{ runner.os }}-${{ env.DEFAULT_PYTHON }}-pytest-pytest-execution-time-${{ env.HA_SHORT_VERSION }}- - name: Restore base Python virtual environment id: cache-venv uses: actions/cache/restore@v4.2.3 @@ -1064,7 +1063,7 @@ jobs: - name: Upload combined pytest execution time artifact uses: actions/upload-artifact@v4.6.2 with: - name: pytest-${{ github.run_number }}-${{ env.DEFAULT_PYTHON }}-time-report + name: pytest-execution-time-report-${{ github.run_number }}-${{ env.DEFAULT_PYTHON }} path: pytest-execution-time-report-${{ env.DEFAULT_PYTHON }}.json - name: Save pytest execution time cache uses: actions/cache/save@v4.2.3