Skip to content

Commit 852e97d

Browse files
freephileCopilot
andauthored
Apply suggestion from @Copilot
fix path to junit.xml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4d962d1 commit 852e97d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/upload-artifact@v4
9696
with:
9797
name: phpunit-junit-${{ matrix.mw }}-php${{ matrix.php }}
98-
path: tests/junit.xml
98+
path: mediawiki/tests/junit.xml
9999

100100
- name: Run PHPUnit with code coverage (master only)
101101
if: matrix.mw == 'master'

0 commit comments

Comments
 (0)