test
Some checks failed
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 40s
Unit Testing / Run phpunit tests (pull_request) Failing after 2m27s

This commit is contained in:
André Menrath 2024-09-21 13:00:08 +02:00
parent c2fb6dffde
commit 50c25cdc4e

View file

@ -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'