Fix test installing mariadb-client

This commit is contained in:
Deon George 2021-07-23 17:38:57 +10:00
parent d463239b17
commit 7a963c8461
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ test:
- composer install
# Add mysql client for schema pre-load
- apt update && apt install -f mariadb-client
- apt update && apt install -y mariadb-client
# Generate an application key. Re-cache.
- php artisan key:generate --env=testing