Skip to content

Commit 7e401cd

Browse files
committed
try making cache run and attempt unique to avoid already exist error
1 parent 6b0982b commit 7e401cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ jobs:
139139
- uses: codecov/codecov-action@v4
140140
with:
141141
token: ${{ secrets.CODECOV_TOKEN }}
142+
- name: Save hypothesis directory
143+
uses: actions/cache/save@v4
144+
if: always()
145+
with:
146+
path: .hypothesis/
147+
key: cache-hypothesis-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.environment }}-${{ matrix.os }}
148+
enableCrossOsArchive: true
142149

143150
core_test_suite:
144151
name: core:${{ matrix.environment }}:${{ matrix.os }}

0 commit comments

Comments
 (0)