mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 15:34:31 +02:00
Merge branch 'ticket/17555' into ticket/17555-master
This commit is contained in:
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
@@ -504,11 +504,10 @@ jobs:
|
|||||||
runs-on: windows-2025
|
runs-on: windows-2025
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
type: ['unit', 'functional']
|
php: ['8.1', '8.2', '8.3', '8.4']
|
||||||
php: ['8.4']
|
|
||||||
db: ['postgres']
|
db: ['postgres']
|
||||||
|
|
||||||
name: Windows - ${{ matrix.type }} - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare git for Windows
|
- name: Prepare git for Windows
|
||||||
@@ -640,16 +639,5 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
if: ${{ matrix.type == 'unit' }}
|
|
||||||
run: |
|
run: |
|
||||||
phpBB/vendor/bin/phpunit --configuration .github/phpunit-psql-windows-github.xml --display-all-issues --stop-on-error --exclude-group functional,slow
|
phpBB/vendor/bin/phpunit --configuration .github/phpunit-psql-windows-github.xml --display-all-issues --stop-on-error --exclude-group functional,slow
|
||||||
- name: Run functional tests
|
|
||||||
if: ${{ matrix.type == 'functional' }}
|
|
||||||
timeout-minutes: 45
|
|
||||||
env:
|
|
||||||
PHPBB_FUNCTIONAL_TIMEOUT: 30
|
|
||||||
SYMFONY_DEPRECATIONS_HELPER: disabled
|
|
||||||
PHPBB_TEST_REDIS_HOST: ''
|
|
||||||
PHPBB_TEST_MEMCACHED_HOST: ''
|
|
||||||
run: |
|
|
||||||
phpBB/vendor/bin/phpunit --configuration .github/phpunit-psql-windows-github.xml --display-all-issues --stop-on-error --group functional
|
|
||||||
|
Reference in New Issue
Block a user