Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save hypothesis database in GitHub Actions cache #175

Open
chanhosuh opened this issue Jul 26, 2023 · 0 comments
Open

Save hypothesis database in GitHub Actions cache #175

chanhosuh opened this issue Jul 26, 2023 · 0 comments
Labels
infra General repo management priority: medium
Milestone

Comments

@chanhosuh
Copy link
Member

chanhosuh commented Jul 26, 2023

This will let us more thoroughly test new cases and ensure we have fixed breaking cases.

    - name: Cache Hypothesis database
      uses: actions/cache@v2
      id: cache-hypothesis
      with:
        path: .hypothesis
        key: ${{ runner.os }}-hypothesis-${{ hashFiles('**/requirements.txt') }}
        restore-keys: |
          ${{ runner.os }}-hypothesis-

above step should go before the step running pytest

@chanhosuh chanhosuh added infra General repo management priority: medium labels Jul 26, 2023
@chanhosuh chanhosuh added this to the 0.5.5 milestone Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra General repo management priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant