We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9e169 commit 807c957Copy full SHA for 807c957
.github/workflows/instrumentation-test.yml
@@ -84,4 +84,4 @@ jobs:
84
uses: actions/upload-artifact@v4
85
with:
86
name: test-reports
87
- path: ./app/build/reports
+ path: ./maps-app/build/reports
.github/workflows/test.yml
@@ -54,4 +54,4 @@ jobs:
54
if: always()
55
56
name: my-artifact
57
- path: app/build/reports
+ path: maps-app/build/reports
0 commit comments