cache moar
This commit is contained in:
parent
60e25be996
commit
bae1eb9f97
1 changed files with 3 additions and 5 deletions
|
@ -22,8 +22,10 @@ jobs:
|
|||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
**/.mypy_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
~/.cache/pypoetry
|
||||
~/.cache/pip
|
||||
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-poetry-${{ matrix.python-version }}-
|
||||
|
@ -37,7 +39,3 @@ jobs:
|
|||
run: make dev
|
||||
- name: Run tests
|
||||
run: make ci
|
||||
- name: list dir
|
||||
run: |
|
||||
ls -al
|
||||
find ~
|
||||
|
|
Loading…
Add table
Reference in a new issue