Skip to content

Commit 653dea8

Browse files
committed
minor #15358 [CI] Fixed composer cache for code blocks job (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- [CI] Fixed composer cache for code blocks job I've noticed that since we dont have a composer.json file, we cannot get the path to the cache. This PR will fix that. <img width="705" alt="Screenshot 2021-05-19 at 11 22 39" src="https://user-images.githubusercontent.com/1275206/118789045-ab16c980-b894-11eb-8422-60a008c967c0.png"> Commits ------- 9a59a99 [CI] Fixed composer cache for code blocks job
2 parents e02b772 + 9a59a99 commit 653dea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127

128128
- name: Get composer cache directory
129129
id: composercache
130+
working-directory: _build
130131
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
131132

132133
- name: Cache dependencies

0 commit comments

Comments
 (0)