Skip to content

Commit

Permalink
Configure composer cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Mar 14, 2024
1 parent 8ba6eba commit 53f88b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/TestBinaryInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install DDEV
uses: ./drainpipe/scaffold/github/actions/common/ddev
with:
composer-cache-dir: composer-cache
git-name: Drainpipe Bot
git-email: [email protected]

Expand All @@ -51,5 +52,5 @@ jobs:
- name: Simulate failure
run: |
ddev exec touch /mnt/ddev-global-cache/composer/files/lullabot/drainpipe/bin/task/3.28.0/task_linux_amd64.tar
ddev exec touch /var/www/html/composer-cache/files/lullabot/drainpipe/bin/task/3.28.0/task_linux_amd64.tar
ddev composer install

0 comments on commit 53f88b0

Please sign in to comment.