Skip to content

Commit d1a349c

Browse files
committed
Revert "TEMP: Add test modification to establish modified baseline"
This reverts commit 46baa08.
1 parent 46baa08 commit d1a349c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/verify-tinytex-patterns.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
path: .cache/regex.json
3737
key: tinytex-regex-latest
3838

39-
# TEMPORARY: Remove one pattern to test diff detection (will be reverted)
40-
- name: Modify regex.json for testing
41-
run: |
42-
# Remove the first pattern from the 'font' category
43-
jq 'del(.font[0])' regex.json > regex-test.json
44-
mv regex-test.json regex.json
45-
echo "Modified regex.json for diff testing (removed first font pattern)"
46-
4739
- name: Compare versions
4840
id: compare
4941
run: |

0 commit comments

Comments
 (0)