Skip to content

Commit 7bba93f

Browse files
DreamPiggydreampiggy
authored andcommitted
Revert the test case
1 parent 703280d commit 7bba93f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/check-image-decoding.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ jobs:
3232
CMD="../Example/CLI.xcarchive/Products/usr/local/bin/SDWebImageAVIFCoder_Example CLI"
3333
for file in $(find . -name \*.avif); do
3434
file=$(basename ${file})
35-
if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
36-
# FIXME(ledyba-z): Check them.
37-
echo "Ignore: ${file}"
38-
continue
39-
elif (echo ${file} | grep "profile"); then
35+
if (echo ${file} | grep "profile"); then
4036
# FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
4137
echo "Ignore: ${file}"
4238
continue
@@ -58,11 +54,7 @@ jobs:
5854
cd avif-sample-images
5955
for file in $(find . -name \*.avif); do
6056
file=$(basename ${file})
61-
if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
62-
# FIXME(ledyba-z): Check them.
63-
echo "Ignore: ${file}"
64-
continue
65-
elif (echo ${file} | grep "profile"); then
57+
if (echo ${file} | grep "profile"); then
6658
# FIXME(ledyba-z): https://github.com/SDWebImage/SDWebImageAVIFCoder/issues/21
6759
echo "Ignore: ${file}"
6860
continue

0 commit comments

Comments
 (0)