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 5c9c4d7 commit 6530167Copy full SHA for 6530167
.github/workflows/build.yml
@@ -75,14 +75,14 @@ jobs:
75
- name: Upload test results (Python)
76
uses: actions/upload-artifact@v4
77
with:
78
- name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
+ name: python-results-${{ matrix.os }}-${{ matrix.python-version }}
79
path: junit.xml
80
if: ${{ always() }}
81
82
- name: Upload test results (JS)
83
84
85
+ name: js-results-${{ matrix.os }}-${{ matrix.python-version }}
86
path: js/junit.xml
87
88
0 commit comments