Skip to content

Commit 52f373d

Browse files
committed
Correct report path
1 parent 59e7f17 commit 52f373d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
shell: bash
4242

4343
- name: Upload test reports
44-
if: always()
4544
uses: actions/upload-artifact@v4
4645
with:
4746
name: test-reports-jetnews
48-
path: JetNews/out/app/androidTest/testForked.dest/test-report.xml
47+
path: out/JetNews/app/androidTest/testForked.dest/test-report.xml

0 commit comments

Comments
 (0)