Skip to content

Commit

Permalink
chore: Correct a path to android test results
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Dec 12, 2024
1 parent fbcf71e commit f361f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
name: baselineprofile-logs
path: |
androidBenchmark/outputs/androidTest-results/
androidBenchmark/build/outputs/androidTest-results/
retention-days: 7
- name: "Build"
run: ./gradlew :androidApp:bundlePlayStoreRelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new_tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
with:
name: baselineprofile-android-logs
path: |
androidBenchmark/outputs/androidTest-results/
androidBenchmark/build/outputs/androidTest-results/
retention-days: 7
- name: "Build"
run: ./gradlew androidApp:assembleNoneRelease
Expand Down

0 comments on commit f361f96

Please sign in to comment.