diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 12755d467bb5..ac8874effa87 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -39,13 +39,14 @@ jobs: uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: - path: ./test/.ci-logs/ + path: ./test/.ci-logs/artifacts - name: Generate test result matrix shell: bash -ieo pipefail {0} run: | cd test ls -la ls -la ./.ci-logs + cp ./.ci-logs/artifacts/*_report/*_report ./.ci-logs/ cat ./.ci-logs/*_report cargo run --bin test-manager format-test-reports ./.ci-logs/*_report | tee output.html >> $GITHUB_STEP_SUMMARY ls -la