Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Apr 5, 2024
1 parent 04142f8 commit 1f9be51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
id: restore-hypothesis-cache
uses: actions/cache/restore@v4
with:
path: client/.hypothesis/
path: .hypothesis/
key: cache-hypothesis-${{ runner.os }}
restore-keys: |
cache-hypothesis-
Expand All @@ -100,7 +100,7 @@ jobs:
if: always() && steps.status.outcome != 'skipped'
uses: actions/cache/save@v4
with:
path: client/.hypothesis/
path: .hypothesis/
key: ${{ steps.restore-hypothesis-cache.outputs.cache-primary-key }}

- name: Generate and publish the report
Expand Down

0 comments on commit 1f9be51

Please sign in to comment.