Skip to content

Commit

Permalink
chore: Cache responses of sample HTTP taps (#2678)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 17, 2024
1 parent 12f98d5 commit 83b3d49
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 61 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
pipx inject nox nox-poetry
nox --version
- uses: actions/cache@v4
if: always() && (matrix.session == 'tests')
with:
path: http_cache.sqlite
key: http_cache-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.session }}-${{ matrix.sqlalchemy }}

- name: Run Nox
env:
SQLALCHEMY_VERSION: ${{ matrix.sqlalchemy }}
Expand Down
Loading

0 comments on commit 83b3d49

Please sign in to comment.