Skip to content

Commit 3025ed6

Browse files
committed
Update tests.yml
1 parent fee7890 commit 3025ed6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ jobs:
253253

254254
- uses: "ramsey/composer-install@v3"
255255

256+
- name: "Cache Result cache"
257+
uses: actions/cache@v4
258+
with:
259+
path: ./tmp
260+
key: "result-cache-v14-${{ matrix.php-version }}-${{ github.run_id }}"
261+
restore-keys: |
262+
result-cache-v14-${{ matrix.php-version }}-
263+
256264
- name: "Check PHP configuration"
257265
run: "vendor/bin/phpunit --check-php-configuration"
258266

0 commit comments

Comments
 (0)