Skip to content

Commit

Permalink
chore: Fix CI action test files path
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Sep 20, 2023
1 parent f05489b commit 39cf2cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_ci_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
with:
files: build/test-results/**/*.xml
files: |
module-domain/build/test-results/**/*.xml
module-infrastructure/build/test-results/**/*.xml
module-usecase/build/test-results/**/*.xml
result-success:
Expand Down

0 comments on commit 39cf2cc

Please sign in to comment.