Skip to content

Commit d13e55e

Browse files
authored
ci: adapt regex to detect snap tests changes (#104)
1 parent 5da1540 commit d13e55e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/post-merge-validation-tracker.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const SIZE_LABEL_PREFIX = 'size-';
1515
const AUTOMATED_TEST_PATTERNS = [
1616
/\.test\.(js|ts|tsx)$/,
1717
/\.spec\.(js|ts|tsx)$/,
18+
/\.(test|spec)\.(js|ts|tsx)\.snap$/,
1819
/(^|\/)test\//,
1920
/(^|\/)e2e\//,
2021
/(^|\/)wdio\//

0 commit comments

Comments
 (0)