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.
1 parent a83d084 commit 514d0b7Copy full SHA for 514d0b7
.github/workflows/testing-release-2-60-testing-test.yml
@@ -202,9 +202,15 @@ jobs:
202
tar xzvf ${{ env.APPLICATION }}_${{ inputs.release_version }}_${{ matrix.artifact }}
203
ls -lR
204
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
+
212
- name: Checkout QA Tests Repository & Install Requirements
213
run: |
- git -c advice.detachedHead=false clone --depth 1 https://github.com/erigontech/erigon-qa ./erigon-qa
214
cd ./erigon-qa
215
pip3 install -r requirements.txt
216
# Run Erigon, wait sync and check ability to maintain sync
0 commit comments