We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b154237 commit 8c75238Copy full SHA for 8c75238
.github/workflows/tests.yml
@@ -353,6 +353,8 @@ jobs:
353
base=${file%-expected_eps.$extension}_eps
354
elif [[ $file == *"-expected_svg"* ]]; then
355
base=${file%-expected_svg.$extension}_svg
356
+ elif [[ $file == *"-expected_gif"* ]]; then
357
+ base=${file%-expected_gif.$extension}_gif
358
else
359
base=${file%-expected.$extension}
360
fi
@@ -369,7 +371,7 @@ jobs:
369
371
done
370
372
}
373
- remove_files "png"; remove_files "svg"; remove_files "pdf"; remove_files "eps";
374
+ remove_files "png"; remove_files "svg"; remove_files "pdf"; remove_files "eps"; remove_files "gif";
375
376
if [ "$(find ./result_images -mindepth 1 -type d)" ]; then
377
find ./result_images/* -type d -empty -delete
0 commit comments