File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,11 +213,11 @@ jobs:
213213
214214 - name : Checkout QA Tests Repository & Install Requirements
215215 run : |
216- cd ./erigon-qa
216+ cd ./erigon-qa/test_system
217217 ls -lao
218218 pip3 install -r requirements.txt
219219 # Run Erigon, wait sync and check ability to maintain sync
220- python3 test_system/ qa-tests/tip-tracking/run_and_check_tip_tracking.py \
220+ python3 qa-tests/tip-tracking/run_and_check_tip_tracking.py \
221221 ../${{ 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
222222 # Capture monitoring script exit status
223223 test_exit_status=$?
You can’t perform that action at this time.
0 commit comments