Skip to content

Commit 514d0b7

Browse files
committed
test
1 parent a83d084 commit 514d0b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,15 @@ jobs:
202202
tar xzvf ${{ env.APPLICATION }}_${{ inputs.release_version }}_${{ matrix.artifact }}
203203
ls -lR
204204
205+
- name: Fast checkout git repository erigontech/erigon-qa
206+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 ## 4.1.7 release
207+
with:
208+
repository: "erigontech/erigon-qa"
209+
fetch-depth: 1
210+
path: 'erigon-qa'
211+
205212
- name: Checkout QA Tests Repository & Install Requirements
206213
run: |
207-
git -c advice.detachedHead=false clone --depth 1 https://github.com/erigontech/erigon-qa ./erigon-qa
208214
cd ./erigon-qa
209215
pip3 install -r requirements.txt
210216
# Run Erigon, wait sync and check ability to maintain sync

0 commit comments

Comments
 (0)