From 1720c76fdeaa74040aa52e9a85cc044d2492da77 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 18 Jan 2023 23:16:24 +1100 Subject: [PATCH] Increase groups from 8 to 16 & use schema for seeder --- .env.ci | 2 +- .github/workflows/parallel.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.ci b/.env.ci index a033ea644c05..1fde559c0b81 100644 --- a/.env.ci +++ b/.env.ci @@ -5,7 +5,7 @@ APP_DEBUG=true APP_URL=http://ninja.test MULTI_DB_ENABLED=false # database -DB_CONNECTION=mysql +DB_CONNECTION=db-ninja-01 DB_DATABASE1=ninja DB_USERNAME1=root DB_PASSWORD1=ninja diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index c28c52fddcbd..465951058361 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -15,8 +15,8 @@ jobs: operating-system: ['ubuntu-20.04', 'ubuntu-22.04'] php-versions: ['8.1','8.2'] phpunit-versions: ['latest'] - ci_node_total: [ 8 ] - ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7] + ci_node_total: [ 16 ] + ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] laravel: [9.*] dependency-version: [prefer-stable]