File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ jobs:
185
185
body : ' This PR was requested on the PR https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
186
186
branch : ' analyses-snapshot-testing/heal-${{ github.event.pull_request.head.ref }}'
187
187
base : ${{ github.event.pull_request.head.ref }}
188
+ add-paths : |
189
+ analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/
188
190
189
191
- name : Comment on feature PR
190
192
if : always() && steps.create_pull_request.outcome == 'success' && github.event_name == 'pull_request'
@@ -208,3 +210,5 @@ jobs:
208
210
body : ' The edge overnight analyses snapshot test is failing. This PR was opened to alert us to the failure.'
209
211
branch : ' analyses-snapshot-testing/heal-edge'
210
212
base : edge
213
+ add-paths : |
214
+ analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/
You can’t perform that action at this time.
0 commit comments