Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
feat: added retry to save cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ASuciuX committed Dec 1, 2023
1 parent cd2a582 commit b99636b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,20 @@ jobs:
- name: outshow new cached file
run: cat missed.txt
working-directory: mutation-testing/packages-output/pox-locking
- name: Cache mutants-initial folder
uses: actions/cache/save@v3
# - name: Cache mutants-initial folder
# uses: actions/cache/save@v3
# with:
# path: mutation-testing/packages-output
# key: mutants-stable-develop
- name: Save Cache
uses: Wandalen/wretry.action@a163f62ae554a8f3cbe27b23db15b60c0ae2e93c # v1.3.0
with:
path: mutation-testing/packages-output
key: mutants-stable-develop
action: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with: |
path: mutation-testing/packages-output
key: mutants-stable-develop
attempt_limit: 5
attempt_delay: 3000

# # Upload stable output version
# stable-mutants:
Expand Down

0 comments on commit b99636b

Please sign in to comment.