Skip to content

Commit f67f2eb

Browse files
committed
chore: 🤖 fix directory used by test-summary action
1 parent 3dc71a4 commit f67f2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monorepo-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
if: always()
8080
uses: test-summary/action@v2
8181
with:
82-
paths: "**/test-output/junit.xml"
82+
paths: "**/test-reports/junit.xml"

0 commit comments

Comments
 (0)