Skip to content

Commit a5e92cd

Browse files
committed
Update run_common_crawl_tests.yml
1 parent 4bf746c commit a5e92cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_common_crawl_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
wget -nv https://digitalcorpora.s3.amazonaws.com/corpora/files/CC-MAIN-2021-31-PDF-UNTRUNCATED/zipfiles/0000-0999/0001.zip -O 0001.zip
3535
cd ..
3636
unzip 'zipfiles/*.zip' -d extracted
37-
run: rm -f zipfiles/*.zip
37+
# run: rm -f zipfiles/*.zip
3838
3939
- name: Remove unwanted test files
4040
run: |
@@ -55,4 +55,4 @@ jobs:
5555
done
5656
5757
- name: Run tests against corpus
58-
run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted"
58+
run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted"

0 commit comments

Comments
 (0)