Skip to content

Commit 9ae2a05

Browse files
committed
test11
1 parent 531ef17 commit 9ae2a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=$?

0 commit comments

Comments
 (0)