diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 614abd7..204bbfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,7 +85,7 @@ jobs: echo "::endgroup::" cd .. - script_response=$(./yt-dlp -vF --print-traffic --no-simulate -f "b*" -S "filesize:10M" dQw4w9WgXcQ 2>&1) || \ + script_response=$(./yt-dlp -vF --print-traffic --no-simulate -f "b*" -S "filesize:10M" --exec "rm -f" dQw4w9WgXcQ 2>&1) || \ echo "::error title=Failed to run yt-dlp when testing HTTP server::\ yt-dlp returned $? exit status"