We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf746c commit a5e92cdCopy full SHA for a5e92cd
.github/workflows/run_common_crawl_tests.yml
@@ -34,7 +34,7 @@ jobs:
34
wget -nv https://digitalcorpora.s3.amazonaws.com/corpora/files/CC-MAIN-2021-31-PDF-UNTRUNCATED/zipfiles/0000-0999/0001.zip -O 0001.zip
35
cd ..
36
unzip 'zipfiles/*.zip' -d extracted
37
- run: rm -f zipfiles/*.zip
+ # run: rm -f zipfiles/*.zip
38
39
- name: Remove unwanted test files
40
run: |
@@ -55,4 +55,4 @@ jobs:
55
done
56
57
- name: Run tests against corpus
58
- run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted"
+ run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted"
0 commit comments