Skip to content

action-cache-http

Actions
Cache dependencies over http
v3
Latest
Star (16)

Dependency cache installation for Github Enterprise - self hosted runners

https://medium.com/web-developer/github-actions-solving-actions-cache-v2-for-self-hosted-runners-on-github-enterprise-663f22caeee3

Server Setup

https://github.com/kevincobain2000/cache-http

Installation

    - name: Yarn Install (with cache)
      uses: kevincobain2000/action-cache-http@v3
      with:
        version: ${{ matrix.node-versions }}
        lock_file: yarn.lock
        install_command: yarn install
        destination_folder: node_modules
        // Speed up caching at the cost of more storage space
        disable_compression: true
        operating_dir: "./" # optional
        cache_http_api: "https://yourdomain.com/path/to/installation/cache-http"
        http_proxy: ""

action-cache-http is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Cache dependencies over http
v3
Latest

action-cache-http is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.