Skip to content

Commit 3cc4269

Browse files
committed
test2
1 parent 0bcc4b9 commit 3cc4269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing-release-2-60-testing-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ jobs:
215215
run: |
216216
cd ./erigon-qa/test_system
217217
ls -lao
218-
pip3 install -r requirements.txt
218+
pip3 install -r requirements.txt
219+
ln -s ../base_library base_library
219220
# Run Erigon, wait sync and check ability to maintain sync
220221
python3 qa-tests/tip-tracking/run_and_check_tip_tracking.py \
221222
../${{ env.APPLICATION }}_${{ inputs.release_version }} ${{ runner.workspace }}/erigon-data ${{ env.TEST_TRACKING_TIME_SECONDS }} ${{ env.TEST_TOTAL_TIME_SECONDS }} Erigon2 ${{ env.TEST_CHAIN }} minimal_node

0 commit comments

Comments
 (0)