File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
skeleton/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
1818 call-tests :
19+ name : Extension tests
1920 uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
2021 with :
2122 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
2623 CODECOV : 1 # Run code coverage via codecov? 1 or 0
27- PHPBB_BRANCH : 3.3.x # The phpBB branch to run tests on
2824 secrets :
2925 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }} # Do not change this
Original file line number Diff line number Diff line change @@ -442,17 +442,10 @@ on:
442442
443443jobs:
444444 call-tests:
445+ name: Extension tests
445446 uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
446447 with:
447448 EXTNAME: {{ EXTENSION .vendor_name }}/{{ EXTENSION .extension_name }} # Your extension vendor/package name
448- SNIFF: 1 # Run code sniffer on your code? 1 or 0
449- IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
450- EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
451- EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
452- CODECOV: 0 # Run code coverage via codecov? 1 or 0
453- PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
454- secrets:
455- CODECOV_TOKEN: ${{ ' {{' }} secrets.CODECOV_TOKEN }} # Do not change this
456449
457450# See the README for full details and setup instructions: https://github.com/phpbb-extensions/test-framework
458451{% endif %}
You can’t perform that action at this time.
0 commit comments