Skip to content

Commit 3efa062

Browse files
committed
ci: correct path for tests
1 parent b7cbdae commit 3efa062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
name: Android Runtime Tests
2020
artifact: android-unit-test-results # artifact name
21-
path: test-app/dist/android_unit_test_results.xml
21+
path: android_unit_test_results.xml
2222
reporter: jest-junit # Format of test results

0 commit comments

Comments
 (0)