Skip to content

Commit f245c23

Browse files
authored
. E fixed typo
1 parent 1278de8 commit f245c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
uses: mikepenz/action-junit-report@v4
1717
if: success() || failure() # always run even if the previous step fails
1818
with:
19-
report_paths: '/reports/*.xml'
19+
report_paths: 'reports/*.xml'
2020

0 commit comments

Comments
 (0)