Skip to content

Commit 23cb820

Browse files
committed
ci, msvc: Add "Clone fuzz corpus" step
1 parent 19dcedd commit 23cb820

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,10 @@ jobs:
295295
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
296296
shell: cmd
297297
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%
298+
299+
- name: Clone fuzz corpus
300+
run: |
301+
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "$env:RUNNER_TEMP\qa-assets"
302+
Set-Location "$env:RUNNER_TEMP\qa-assets"
303+
Write-Host "Using qa-assets repo from commit ..."
304+
git log -1

0 commit comments

Comments
 (0)