Skip to content

Commit

Permalink
Add cache keys to integration and unit test jobs
Browse files Browse the repository at this point in the history
Co-Authored-By: Joseph H Kennedy <me@jhkennedy.org>
  • Loading branch information
mfisher87 and jhkennedy committed Feb 11, 2025
1 parent ad72de8 commit b81c2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
uses: ./.github/actions/install-pkg
with:
python-version: ${{ matrix.python-version }}
cache-key: integration

- name: Run integration tests
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: ./.github/actions/install-pkg
with:
python-version: ${{ matrix.python-version }}
cache-key: unit

- name: Typecheck
run: uv run mypy
Expand Down

0 comments on commit b81c2b6

Please sign in to comment.