Skip to content

Commit

Permalink
run debug test on heic files
Browse files Browse the repository at this point in the history
  • Loading branch information
ianare committed May 13, 2023
1 parent 02f6762 commit d60f18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run in debug and color mode
run: |
find exif-samples-master -name *.tiff -o -name *.jpg | xargs EXIF.py -dc
find exif-samples-master -name *.tiff -o -name *.jpg -o -name *.heif | xargs EXIF.py -dc
- name: Compare image processing output
run: |
Expand Down

0 comments on commit d60f18d

Please sign in to comment.