Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Cache precompile action

This action caches the precompile assets of your Rails application. It is useful to speed up the tests suite of your application.

Inputs

  • key:
    • description: 'Cache key name'
    • required: false
    • default: assets-cache-${{ runner.os }}-${{ github.ref }}
  • path:
    • description: 'A list of files, directories, and wildcard patterns to cache and restore'
    • required: false
    • default:
      • public/packs-test
      • tmp/webpacker-cache

Usage

To use this action, you need to add the following step to your workflow:

- uses: decidim/decidim-cache-precompile-action@master

About

cache-assets-action

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors