Improve Actions #27

Merged
linos merged 30 commits from improve_actions into main 2024-09-21 14:06:11 +02:00
Showing only changes of commit 6020c1f277 - Show all commits

View file

@ -37,6 +37,16 @@ jobs:
${{ env.WP_TESTS_DIR }}
key: cache-wordpress-1
- name: Cache Composer
id: cache-composer
uses: https://code.forgejo.org/actions/cache@v4
with:
path: |
./vendor/
/root/.cache/composer/
/usr/local/bin/composer
key: cache-composer-2
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with:
@ -47,6 +57,7 @@ jobs:
runner: self-hosted
- name: Install Composer dependencies for PHP
if: steps.cache-composer.outputs.cache-hit != 'true'
uses: ramsey/composer-install@v3
- name: Install mysqladmin