Skip to content

Commit 05d28f3

Browse files
sbryngelsonclaude
andcommitted
Remove stale failed_uuids.txt before test run
On self-hosted runners the workspace persists between runs, so a leftover file could trigger spurious retries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 88d19ce commit 05d28f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135

136136
- name: Test
137137
run: |
138+
rm -f tests/failed_uuids.txt
138139
TEST_EXIT=0
139140
/bin/bash mfc.sh test -v --max-attempts 3 -j $(nproc) $TEST_ALL $TEST_PCT || TEST_EXIT=$?
140141

0 commit comments

Comments
 (0)