File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646jobs :
4747 call-tests :
48- uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # Must match PHPBB_BRANCH
48+ uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@master # Must match PHPBB_BRANCH
4949 with :
5050 EXTNAME : acme/demo # Your extension vendor/package name
5151 SNIFF : 1 # Run code sniffer on your code? 1 or 0
5252 IMAGE_ICC : 1 # Run icc profile sniffer on your images? 1 or 0
5353 EPV : 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
5454 EXECUTABLE_FILES : 1 # Run check for executable files? 1 or 0
5555 CODECOV : 0 # Run code coverage via codecov? 1 or 0
56- PHPBB_BRANCH : 3.3.x # The phpBB branch to run tests on
56+ PHPBB_BRANCH : master # The phpBB branch to run tests on
5757 secrets :
5858 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }} # Do not edit this
5959` ` `
You can’t perform that action at this time.
0 commit comments