github: Let diff report if the active transforms are identical

Since the check is skipped if no reference file is found, this makes it
clear that files were actually compared.
This commit is contained in:
Tobias Brunner
2026-05-07 11:22:55 +02:00
parent 3a44941d2c
commit e4a15e5518
+1 -1
View File
@@ -175,7 +175,7 @@ jobs:
retention-days: 5
- name: Verify active transforms
run: |
test ! -f $ACTIVE_TRANSFORMS_REF || diff -u --color=always $ACTIVE_TRANSFORMS_REF $TESTS_ACTIVE_TRANSFORMS
test ! -f $ACTIVE_TRANSFORMS_REF || diff -us --color=always $ACTIVE_TRANSFORMS_REF $TESTS_ACTIVE_TRANSFORMS
- run: ccache -sv
# delete old cache entry as we currently can't update it any other way
- env: