Skip to content

Commit d445d57

Browse files
committed
trying the srv runner
1 parent 7592c03 commit d445d57

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26+
# <-- ADDING THIS STEP TO SOLVE CACHE ISSUE -->
27+
- uses: actions/cache@v4
28+
with:
29+
path: |
30+
~/.cache/pip
31+
.pytest_cache
32+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
33+
2634
- name: Make envfile
2735
run: make staging-dotenv-file
2836

0 commit comments

Comments
 (0)