Cache
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 1m53s
Test, build and push image to registry / build-image (push) Successful in 26s

This commit is contained in:
2025-11-07 10:44:15 +01:00
parent 2611701d53
commit fb2a346804

View File

@@ -6,6 +6,8 @@ on:
jobs:
phpunit-tests:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Check out repository code
uses: actions/checkout@v4