Skip to content

Commit a96aa11

Browse files
committed
fix artifact patterns
1 parent 1c5ea85 commit a96aa11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/download-artifact@v4
124124
with:
125125
path: .vitest-reports
126-
pattern: webapp-blob-report-*
126+
pattern: internal-blob-report-*
127127
merge-multiple: true
128128

129129
- name: Merge reports

.github/workflows/unit-tests-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/download-artifact@v4
124124
with:
125125
path: .vitest-reports
126-
pattern: webapp-blob-report-*
126+
pattern: packages-blob-report-*
127127
merge-multiple: true
128128

129129
- name: Merge reports

0 commit comments

Comments
 (0)