Skip to content

Commit

Permalink
fix: added cache in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses authored Dec 22, 2023
1 parent b75bb64 commit 6b4a506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: 3.11
cache: true
cache-dependency-path: '**/pdm.lock'
- name: Install dependencies
run: pdm install
- name: Run tests
Expand Down

0 comments on commit 6b4a506

Please sign in to comment.