ci, msvc: Add "Clone fuzz corpus" step

This commit is contained in:
Hennadii Stepanov 2024-04-18 10:27:34 +01:00
parent 19dceddf4b
commit 23cb8207cd
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
1 changed files with 7 additions and 0 deletions

View File

@ -295,3 +295,10 @@ jobs:
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
shell: cmd
run: py -3 test\functional\test_runner.py --jobs %NUMBER_OF_PROCESSORS% --ci --quiet --tmpdirprefix=%RUNNER_TEMP% --combinedlogslen=99999999 --timeout-factor=%TEST_RUNNER_TIMEOUT_FACTOR% %TEST_RUNNER_EXTRA%
- name: Clone fuzz corpus
run: |
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "$env:RUNNER_TEMP\qa-assets"
Set-Location "$env:RUNNER_TEMP\qa-assets"
Write-Host "Using qa-assets repo from commit ..."
git log -1