Skip to content

Commit 401af48

Browse files
committed
clean erigon datadir before the test
1 parent 2652feb commit 401af48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing-release-with-qa-test-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ jobs:
229229
echo "DEBUG -- content of directory GITHUB_WORKSPACE ${GITHUB_WORKSPACE} :"
230230
ls -l ${GITHUB_WORKSPACE}
231231
echo "DEBUG -- end."
232+
rm -rf ${RUNNER_WORKSPACE}/erigon-data || true
232233
mkdir ${RUNNER_WORKSPACE}/erigon-data
233234
# Run Erigon, wait sync and check ability to maintain sync
234235
python3 qa-tests/tip-tracking/run_and_check_tip_tracking.py \

0 commit comments

Comments
 (0)