Skip to content

Commit b46cb64

Browse files
committed
Test EPV
1 parent e47050e commit b46cb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
EXTNAME: phpbb/skeleton # Your extension vendor/package name
55
SNIFF: 1 # Run code sniffer on your code? 1 or 0
66
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
7-
EPV: 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0
7+
EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
88
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
99
PHPBB_BRANCH: ticket/17496 # The phpBB branch to run tests on
1010

0 commit comments

Comments
 (0)