Skip to content

Commit 5b9c304

Browse files
author
MarcoFalke
committed
fix folders
1 parent 64be91f commit 5b9c304

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: 'fuzz'
3030
runner: 'ubuntu-24.04'
3131
timeout-minutes: 240
32-
file-env: './ci/test/00_setup_env_native_fuzz.sh'
32+
file-env: './bitcoin-core/ci/test/00_setup_env_native_fuzz.sh'
3333

3434
steps:
3535
- name: Checkout
@@ -60,7 +60,10 @@ jobs:
6060
run: sudo sysctl -w vm.mmap_rnd_bits=28
6161

6262
- name: CI script
63-
run: ./bitcoin-core/ci/test_run_all.sh
63+
run: |
64+
mkdir -p ./bitcoin-core/ci/scratch/qa-assets
65+
mv ./{.git,fuzz_corpora} ./bitcoin-core/ci/scratch/qa-assets/
66+
./bitcoin-core/ci/test_run_all.sh
6467
6568
- name: Save caches
6669
uses: willcl-ark/bitcoin/.github/actions/save-caches@cirrus-runners

0 commit comments

Comments
 (0)