Skip to content

Commit

Permalink
make all-blob-reports directory before merging reports
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jan 27, 2025
1 parent 2254e76 commit 33099bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@ jobs:
pnpm install --frozen-lockfile
- name: Merge into HTML Report
run: pnpm playwright merge-reports --reporter html ./all-blob-reports
run: |
mkdir -p all-blob-reports
pnpm playwright merge-reports --reporter html ./all-blob-reports
- name: Upload HTML report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 33099bb

Please sign in to comment.