Use a single process for MariaDB tests #681

MariaDB tests fail a large percentage of the time in GitHub
Actions with the following error:

Failed to run installer database tasks: Failed to connect to
your database server. The server reports the following message:
SQLSTATE[HY000] [2002] Connection refused.
- Is the database server running?
- Does the database exist or does the database user have
  sufficient privileges to create the database?
- Have you entered the correct database name?
- Have you entered the correct username and password?
- Have you entered the correct database hostname and port number?
This commit is contained in:
Michael Stenta 2023-05-19 11:25:36 -04:00
parent f4d5d30f3d
commit 8d107ca2a4
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
processes: auto
- dbms: mariadb
DB_URL: mysql://farm:farm@db/farm
processes: auto
processes: 1
- dbms: sqlite
DB_URL: sqlite://localhost/sites/default/files/db.sqlite
processes: 1