Skip to content

Commit 7091c52

Browse files
Revert "Disable legacy snapshot cleaning for now"
This reverts commit 8970f9b.
1 parent e4e4ead commit 7091c52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/reusable_ragger_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ jobs:
179179
./${{ needs.call_get_app_metadata.outputs.pytest_directory }}/setup_script.sh
180180
fi
181181
182+
- name: Clear legacy snapshots
183+
if: ${{ inputs.regenerate_snapshots == true }}
184+
run: |
185+
rm -rf ${{ needs.call_get_app_metadata.outputs.pytest_directory }}/snapshots
186+
182187
- name: Run test
183188
env:
184189
CTEST_OUTPUT_ON_FAILURE: 1

0 commit comments

Comments
 (0)