File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 call-tests :
19- uses : phpbb-extensions /test-framework/.github/workflows/tests.yml@3.3.x
19+ uses : iMattPro /test-framework/.github/workflows/tests.yml@experimental- 3.3.x
2020 with :
2121 EXTNAME : phpbb/skeleton # 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 : 1 # Run code coverage via codecov? 1 or 0
27- PHPBB_BRANCH : 3.3.x # The phpBB branch to run tests on
22+ RUN_FUNCTIONAL_TESTS : 0
2823 secrets :
2924 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }} # Do not change this
You can’t perform that action at this time.
0 commit comments