Skip to content

Commit

Permalink
Enable the composer cache directory for GitHub Actions (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Jul 13, 2022
1 parent 3322c81 commit 006f766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ runs:
if [ "${{ inputs.composer-cache-dir }}" != "" ]; then
CACHE_DIR="${{ inputs.composer-cache-dir }}"
fi
# Composer cache disabled until https://github.com/drud/ddev/pull/3697 is released
# ddev config --web-environment-add="COMPOSER_CACHE_DIR=/var/www/html/$CACHE_DIR"
ddev config --web-environment-add="COMPOSER_CACHE_DIR=/var/www/html/$CACHE_DIR"
fi
ddev start
Expand Down

0 comments on commit 006f766

Please sign in to comment.