mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 04:48:53 +08:00
Update run_common_crawl_tests.yml
This commit is contained in:
parent
4bf746c747
commit
a5e92cd11c
4
.github/workflows/run_common_crawl_tests.yml
vendored
4
.github/workflows/run_common_crawl_tests.yml
vendored
@ -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"
|
||||
run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "corpus/extracted"
|
||||
|
Loading…
Reference in New Issue
Block a user