test
This commit is contained in:
parent
1008bd62c8
commit
6c71423d62
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ jobs:
|
|||
if: steps.cache-composer.outputs.cache-hit != 'true'
|
||||
uses: ramsey/composer-install@v3
|
||||
|
||||
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||
- name: Install and Cache mysqladmin needed to initialize the Test Database
|
||||
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: mysql-client
|
||||
version: 1.0
|
||||
|
|
Loading…
Reference in a new issue