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 f0903de277 - Show all commits

View file

@ -28,6 +28,15 @@ jobs:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: Cache WordPress Setup
id: cache-wordpress
uses: actions/cache@v4
with:
path: |
WP_TESTS_DIR
WP_CORE_DIR
key: wordpress-cache-1
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with: