Skip to content

Commit

Permalink
fix path to reports directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 28, 2024
1 parent 1fab61c commit 806e92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
if: ${{ !cancelled() && fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
with:
name: playwright-report
path: playwright-report/
path: codeserver/e2e/playwright-report/
retention-days: 30

- run: df -h
Expand Down

0 comments on commit 806e92f

Please sign in to comment.