diff --git a/.github/workflows/run_common_crawl_tests.yml b/.github/workflows/run_common_crawl_tests.yml index 48bd538f..3167cb1a 100644 --- a/.github/workflows/run_common_crawl_tests.yml +++ b/.github/workflows/run_common_crawl_tests.yml @@ -34,7 +34,7 @@ jobs: wget -nv https://digitalcorpora.s3.amazonaws.com/corpora/files/CC-MAIN-2021-31-PDF-UNTRUNCATED/zipfiles/0000-0999/0001.zip -O 0001.zip cd .. unzip 'zipfiles/*.zip' -d extracted - run: rm -f zipfiles/*.zip + # run: rm -f zipfiles/*.zip - name: Remove unwanted test files run: | @@ -55,4 +55,4 @@ jobs: done - name: Run tests against corpus - run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted" \ No newline at end of file + run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted"