Skip to content

Commit 1db3709

Browse files
committed
trying the srv runner
1 parent d445d57 commit 1db3709

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ 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') }}
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') }}
3333

3434
- name: Make envfile
3535
run: make staging-dotenv-file

0 commit comments

Comments
 (0)