fix: gitaction test path change

This commit is contained in:
kms
2022-09-18 17:46:58 +09:00
parent ab0e62b057
commit bd10b3a1ee

View File

@@ -29,5 +29,5 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
junit_files: "test-results/junit/**/*.xml"
junit_files: "build/test-results/junit/**/*.xml"