Skip to content

Commit 2792d23

Browse files
authored
Update tests.yml
1 parent 9100596 commit 2792d23

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ jobs:
1919
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
2020
with:
2121
EXTNAME: phpbb/cannedmessages # Your extension vendor/package name
22-
SNIFF: 1 # Run code sniffer on your code? 1 or 0
23-
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
24-
EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
25-
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
26-
CODECOV: 0 # Run code coverage via codecov? 1 or 0
27-
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
28-
secrets:
29-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this

0 commit comments

Comments
 (0)