Skip to content

Commit fee0726

Browse files
authored
Merge pull request #3 from erigontech/fix/testing_release_with_qa_clean_datadir
fix testing_release_with_qa workflow (tris)
2 parents a42d457 + 401af48 commit fee0726

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
@@ -231,6 +231,7 @@ jobs:
231231
echo "DEBUG -- content of directory GITHUB_WORKSPACE ${GITHUB_WORKSPACE} :"
232232
ls -l ${GITHUB_WORKSPACE}
233233
echo "DEBUG -- end."
234+
rm -rf ${RUNNER_WORKSPACE}/erigon-data || true
234235
mkdir ${RUNNER_WORKSPACE}/erigon-data
235236
# Run Erigon, wait sync and check ability to maintain sync
236237
python3 qa-tests/tip-tracking/run_and_check_tip_tracking.py \

0 commit comments

Comments
 (0)