cleanup #28

Closed
linos wants to merge 31 commits from cleanup into main
Showing only changes of commit 50c25cdc4e - Show all commits

View file

@ -60,8 +60,13 @@ jobs:
if: steps.cache-composer.outputs.cache-hit != 'true'
uses: ramsey/composer-install@v3
- name: Install mysqladmin
run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
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
if: steps.cache-wordpress.outputs.cache-hit != 'true'