Skip to content

Commit

Permalink
Explicitly archive affectedModuleDetector report folder
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgrp committed Jul 7, 2022
1 parent 805d030 commit 7ba9639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
**/build/test-results/*
**/build/reports/*
**/build/reports/paparazzi/*
**/build/reports/affectedModuleDetector/*
- name: Upload snapshot test failures
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ affectedModuleDetector {
]

logFilename = "output.log"
logFolder = "${rootProject.buildDir}/affectedModuleDetector"
logFolder = "${rootProject.buildDir}/reports/affectedModuleDetector"

String baseRef = findProperty("affected_base_ref")
// If we have a base ref to diff against, extract the branch name and use it
Expand Down

0 comments on commit 7ba9639

Please sign in to comment.