Fix path to unit test results

This commit is contained in:
William Brawner 2023-12-15 19:45:12 -07:00
parent 35d3fee732
commit ea2e949893

View file

@ -45,7 +45,7 @@ jobs:
if: always() if: always()
with: with:
name: Unit Test Results name: Unit Test Results
path: "*/build/test-results/test/*.xml" path: "*/build/test-results/*/*.xml"
reporter: java-junit reporter: java-junit
fail-on-error: true fail-on-error: true
ui_tests: ui_tests: