Skip to content

Commit

Permalink
fixed path to test reports in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidius20 committed Jun 29, 2024
1 parent 42c3fa0 commit 1e531c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: tests-report # Name of the check run which will be created
path: app/build/test-results/testProdReleaseUnitTest/TEST-*.xml # Path to test results
path: app/build/test-results/testDebugUnitTest/TEST-*.xml # Path to test results
reporter: java-junit # Format of test results

0 comments on commit 1e531c1

Please sign in to comment.