Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02e4720

Browse filesBrowse files
committed
fix(ci): Download all artifacts
1 parent e869436 commit 02e4720
Copy full SHA for 02e4720

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104
- name: Download JUnit reports
105105
uses: actions/download-artifact@v4
106106
with:
107-
path: "${{ github.GITHUB_WORKSPACE }}"
108-
pattern: junit-*.xml
107+
path: .
109108
merge-multiple: true
110109
env:
111110
PARALLEL_DOWNLOADS: 1

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.