Skip to content

Commit

Permalink
Iteration 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 23, 2023
1 parent c93cfd9 commit 0c304ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ jobs:
shell: bash -ieo pipefail {0}
run: |
cd test
cargo run --bin test-manager format-test-reports .ci-logs/*_report | tee output.html >> $GITHUB_STEP_SUMMARY
ls -la
ls -la ./.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
cat output.html
- uses: actions/upload-artifact@v3
with:
name: output.html
Expand Down

0 comments on commit 0c304ba

Please sign in to comment.