Skip to content

Commit 807c957

Browse files
authored
chore: modified path for the Test report (#704)
* chore: modified path for the screenshot report * chore: modified path for the screenshot report
1 parent da9e169 commit 807c957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/instrumentation-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
uses: actions/upload-artifact@v4
8585
with:
8686
name: test-reports
87-
path: ./app/build/reports
87+
path: ./maps-app/build/reports

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
if: always()
5555
with:
5656
name: my-artifact
57-
path: app/build/reports
57+
path: maps-app/build/reports

0 commit comments

Comments
 (0)