Skip to content

Commit 1425204

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents ffc1c91 + 3372a80 commit 1425204

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ on:
1616

1717
jobs:
1818
call-tests:
19+
name: Extension tests
1920
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
2021
with:
21-
EXTNAME: phpbb/autogroups # 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: 0 # 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: 1 # Run code coverage via codecov? 1 or 0
27-
PHPBB_BRANCH: master # The phpBB branch to run tests on
22+
EXTNAME: phpbb/autogroups # Your extension vendor/package name
23+
CODECOV: 1 # Run code coverage via codecov? 1 or 0
2824
secrets:
2925
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this

0 commit comments

Comments
 (0)