Skip to content

Commit 2c752b9

Browse files
committed
chore: 🤖 fix directory used by test-summary action
1 parent d45b7d7 commit 2c752b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/monorepo-validate.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
cache-dependency-path: '**/pnpm-lock.yaml'
7676
- run: pnpm install --offline
7777
- run: pnpm test
78-
- name: Test Summary
78+
- name: Test summary
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)