mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -04:00
Increase groups from 8 to 16 & use schema for seeder
This commit is contained in:
parent
c142057ea6
commit
1720c76fde
2
.env.ci
2
.env.ci
@ -5,7 +5,7 @@ APP_DEBUG=true
|
|||||||
APP_URL=http://ninja.test
|
APP_URL=http://ninja.test
|
||||||
MULTI_DB_ENABLED=false
|
MULTI_DB_ENABLED=false
|
||||||
# database
|
# database
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=db-ninja-01
|
||||||
DB_DATABASE1=ninja
|
DB_DATABASE1=ninja
|
||||||
DB_USERNAME1=root
|
DB_USERNAME1=root
|
||||||
DB_PASSWORD1=ninja
|
DB_PASSWORD1=ninja
|
||||||
|
4
.github/workflows/parallel.yml
vendored
4
.github/workflows/parallel.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
operating-system: ['ubuntu-20.04', 'ubuntu-22.04']
|
operating-system: ['ubuntu-20.04', 'ubuntu-22.04']
|
||||||
php-versions: ['8.1','8.2']
|
php-versions: ['8.1','8.2']
|
||||||
phpunit-versions: ['latest']
|
phpunit-versions: ['latest']
|
||||||
ci_node_total: [ 8 ]
|
ci_node_total: [ 16 ]
|
||||||
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]
|
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
||||||
laravel: [9.*]
|
laravel: [9.*]
|
||||||
dependency-version: [prefer-stable]
|
dependency-version: [prefer-stable]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user