Skip to content

Commit ec43207

Browse files
authored
Merge pull request #155 from iMattPro/updates
Update test.ymls
2 parents b8a5e21 + 1083e49 commit ec43207

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 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@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

skeleton/.github/workflows/tests.yml.twig

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,10 @@ on:
442442

443443
jobs:
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 %}

0 commit comments

Comments
 (0)