We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a42d457 + 401af48 commit fee0726Copy full SHA for fee0726
.github/workflows/testing-release-with-qa-test-job.yml
@@ -231,6 +231,7 @@ jobs:
231
echo "DEBUG -- content of directory GITHUB_WORKSPACE ${GITHUB_WORKSPACE} :"
232
ls -l ${GITHUB_WORKSPACE}
233
echo "DEBUG -- end."
234
+ rm -rf ${RUNNER_WORKSPACE}/erigon-data || true
235
mkdir ${RUNNER_WORKSPACE}/erigon-data
236
# Run Erigon, wait sync and check ability to maintain sync
237
python3 qa-tests/tip-tracking/run_and_check_tip_tracking.py \
0 commit comments