File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : ea9f24b
2
+ _commit : 81e8acd
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : jupyter
5
5
email : 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -76,15 +76,13 @@ jobs:
76
76
uses : actions/upload-artifact@v4
77
77
with :
78
78
name : test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
79
- path : |
80
- **/junit.xml
79
+ path : ' **/junit.xml'
81
80
if : ${{ always() }}
82
81
83
82
- name : Publish Unit Test Results
84
83
uses : EnricoMi/publish-unit-test-result-action@v2
85
84
with :
86
- files : |
87
- **/junit.xml
85
+ files : ' **/junit.xml'
88
86
if : matrix.os == 'ubuntu-latest'
89
87
90
88
- name : Upload coverage
You can’t perform that action at this time.
0 commit comments