Skip to content

Commit 7440a17

Browse files
committed
Update GitHub Actions
1 parent 30b9c76 commit 7440a17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
submodules: recursive
2727
ref: ${{ github.head_ref || github.ref_name }}
2828

29+
- name: Get Composer Cache Directory
30+
id: composer-cache
31+
run: |
32+
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
33+
2934
- name: Cache Composer dependencies
3035
uses: actions/cache@v4
3136
with:

0 commit comments

Comments
 (0)