Skip to content

Vendic/composer-install-with-local-cache-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Composer install with local cache

This action is useful if you are using self hosted Github runners on your own hardware. We found that the standard github/cache used in combination with composer was to slow. It's much faster to use a common volume (we use a docker volume) and store the composer cache there. This actions does exactly that.

Usage

      - uses: Vendic/composer-install-with-local-cache-action@master
        name: Cached composer install
        with:
          composer_install_options: --prefer-dist --no-interaction
          cache_dir: /home/composer-cache/vendor

About

Composer install with cache for self hosted runners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •