Skip to content

GitHub action that retries installing dependencies for less CI flakiness

Notifications You must be signed in to change notification settings

Doist/action-install-with-retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

GitHub Action: install-with-retry

GitHub action that retries installing dependencies for less CI flakiness.

Usage

steps:
    - uses: Doist/action-install-with-retry@main
      with:
          install-cypress: 0
          skip-install-husky: 1

We're aware of the irony that one input is install-cypress while the other is skip-install-husky. For simplicity's sake we kept the naming the tools provide. PRs to change this are welcome.

Publish

To publish a new version you need to create a tag and push it (or create it on GitHub):

git tag -f -a v2.2.0 -m "Version 2.2.0"

About

GitHub action that retries installing dependencies for less CI flakiness

Resources

Stars

Watchers

Forks

Packages

No packages published