Skip to content

Commit d2ad622

Browse files
committed
Fix tabs and spaces and other twig stuff
1 parent 5eaee83 commit d2ad622

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ jobs:
337337
- php: '7.2'
338338
db: "mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04"
339339
db_alias: 'MSSQL 2019'
340-
- php: '7.2'
341-
db: "mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04"
342-
db_alias: 'MSSQL 2022'
340+
- php: '7.2'
341+
db: "mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04"
342+
db_alias: 'MSSQL 2022'
343343

344344
name: PHP ${{ '{{' }} matrix.php }} - ${{ '{{' }} matrix.db_alias != '' && matrix.db_alias || matrix.db }}
345345

@@ -427,32 +427,32 @@ jobs:
427427
# END Other Tests Job
428428
{% else %}
429429
on:
430-
push:
431-
branches: # Run tests when commits are pushed to these branches in your repo
432-
- main
433-
- master
434-
- develop
435-
- dev/*
436-
pull_request: # Run tests when pull requests are made on these branches in your repo
437-
branches:
438-
- main
439-
- master
440-
- develop
441-
- dev/*
430+
push:
431+
branches: # Run tests when commits are pushed to these branches in your repo
432+
- main
433+
- master
434+
- develop
435+
- dev/*
436+
pull_request: # Run tests when pull requests are made on these branches in your repo
437+
branches:
438+
- main
439+
- master
440+
- develop
441+
- dev/*
442442

443443
jobs:
444-
call-tests:
445-
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
446-
with:
447-
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
444+
call-tests:
445+
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
446+
with:
447+
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
456456

457457
# See the README for full details and setup instructions: https://github.com/phpbb-extensions/test-framework
458458
{% endif %}

0 commit comments

Comments
 (0)