Skip to content

Commit 0bbd8fa

Browse files
committed
Test removing steps
1 parent b963633 commit 0bbd8fa

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/reassurePerfTests.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ jobs:
2424
with:
2525
node-version-file: '.nvmrc'
2626

27-
- name: Get common ancestor commit
28-
run: |
29-
git fetch origin main
30-
common_ancestor=$(git merge-base "${{ github.sha }}" origin/main)
31-
echo "COMMIT_HASH=$common_ancestor" >> "$GITHUB_ENV"
32-
33-
- name: Clean up deleted files
34-
run: |
35-
DELETED_FILES=$(git diff --name-only --diff-filter=D "$COMMIT_HASH" "${{ github.sha }}")
36-
for file in $DELETED_FILES; do
37-
if [ -n "$file" ]; then
38-
rm -f "$file"
39-
echo "Deleted file: $file"
40-
fi
41-
done
42-
4327
- name: Run Reassure baseline tests
4428
shell: bash
4529
run: |

0 commit comments

Comments
 (0)