Skip to content

Commit

Permalink
Iteration 9
Browse files Browse the repository at this point in the history
Apparently, all downloaded artifacts are placed in a folder with the
same name as the artifact ..
  • Loading branch information
MarkusPettersson98 committed Oct 23, 2023
1 parent 0c304ba commit a1f6a90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1f6a90

Please sign in to comment.