Skip to content

Commit 09e2325

Browse files
authored
fix: make playwright report name unique
1 parent ba43f05 commit 09e2325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,5 +325,5 @@ jobs:
325325
uses: actions/upload-artifact@v4
326326
if: always()
327327
with:
328-
name: playwright-report
328+
name: "playwright-report-${ inputs.branch }"
329329
path: playwright-report/

0 commit comments

Comments
 (0)