diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 497405c..8c30099 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -113,9 +113,16 @@ jobs: - name: Initialize test projects run: | echo "Initializing test projects..." - cd test_projects/vulnerable_app && ff init --non-interactive || true - cd ../android_test && ff init --non-interactive || true - cd ../secret_detection_benchmark && ff init --non-interactive || true + # Create minimal .fuzzforge directories for test projects + for project in vulnerable_app android_test secret_detection_benchmark rust_test; do + mkdir -p test_projects/$project/.fuzzforge + cat > test_projects/$project/.fuzzforge/config.yaml < test_projects/$project/.fuzzforge/config.yaml <