We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5ea85 commit a96aa11Copy full SHA for a96aa11
.github/workflows/unit-tests-internal.yml
@@ -123,7 +123,7 @@ jobs:
123
uses: actions/download-artifact@v4
124
with:
125
path: .vitest-reports
126
- pattern: webapp-blob-report-*
+ pattern: internal-blob-report-*
127
merge-multiple: true
128
129
- name: Merge reports
.github/workflows/unit-tests-packages.yml
+ pattern: packages-blob-report-*
0 commit comments