Skip to content

Commit

Permalink
Update composer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Jun 5, 2023
1 parent 9e92d0f commit 4531e4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: |
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
shell: bash

- name: Cache composer dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 4531e4a

Please sign in to comment.