Skip to content

Commit

Permalink
Merge branch 'main' into edgarrmondragon/test/test-sample-file-tap
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 17, 2024
2 parents 6c89741 + 83b3d49 commit d382ad7
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 d382ad7

Please sign in to comment.