test
This commit is contained in:
parent
c2fb6dffde
commit
50c25cdc4e
1 changed files with 7 additions and 2 deletions
|
@ -60,8 +60,13 @@ jobs:
|
||||||
if: steps.cache-composer.outputs.cache-hit != 'true'
|
if: steps.cache-composer.outputs.cache-hit != 'true'
|
||||||
uses: ramsey/composer-install@v3
|
uses: ramsey/composer-install@v3
|
||||||
|
|
||||||
- name: Install mysqladmin
|
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||||
run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client
|
with:
|
||||||
|
packages: mysql-client
|
||||||
|
version: 1.0
|
||||||
|
|
||||||
|
# - name: Install mysqladmin
|
||||||
|
# run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client
|
||||||
|
|
||||||
- name: Setup Test Environment
|
- name: Setup Test Environment
|
||||||
if: steps.cache-wordpress.outputs.cache-hit != 'true'
|
if: steps.cache-wordpress.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Reference in a new issue