Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schemathesis #1

Draft
wants to merge 16 commits into
base: schemathesis-push
Choose a base branch
from
Prev Previous commit
Next Next commit
reduce the image to 33
  • Loading branch information
pk5ls20 committed Dec 31, 2023
commit bf469e42859409f6754e7f8d7631b9924c4a0458
2 changes: 1 addition & 1 deletion .github/workflows/schemathesis_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
curl -L -o data.zip https://huggingface.co/datasets/animelover/danbooru2022/resolve/main/data/data-0000.zip?download=true
unzip data.zip -d images > /dev/null 2>&1
cd images
find . -type f ! -name '60137[1-9][7-9].jpg' ! -name '6013[8-9][0-9][0-9].jpg' ! -name '6014[0-6][0-9][0-9].jpg' ! -name '60147[0-1][0-7].jpg' -delete
find . -type f \( ! -name '60137[1-7][7-9].jpg' ! -name '601375[0].jpg' \) -exec rm {} +
cd ..
- name: Prepare the Index
run: |
Expand Down
Loading