File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,21 @@ jobs:
4242 run : |
4343 chmod +x $SCRIPT_FOLDER/*.sh
4444
45- - name : Cache Poetry virtualenv (filenameprocessor)
45+ # - name: Cache Poetry virtualenv (filenameprocessor)
46+ # uses: actions/cache@v4
47+ # with:
48+ # path: ./filenameprocessor/.venv
49+ # key: ${{ runner.os }}-venv-filenameprocessor-${{ hashFiles('filenameprocessor/poetry.lock') }}
50+ # restore-keys: |
51+ # ${{ runner.os }}-venv-filenameprocessor-
52+
53+ - name : Cache Poetry virtualenv (shared)
4654 uses : actions/cache@v4
4755 with :
48- path : ./filenameprocessor/ .venv
49- key : ${{ runner.os }}-venv-filenameprocessor -${{ hashFiles('filenameprocessor/ poetry.lock') }}
56+ path : ./.venv
57+ key : ${{ runner.os }}-venv-shared -${{ hashFiles('poetry.lock') }}
5058 restore-keys : |
51- ${{ runner.os }}-venv-filenameprocessor -
59+ ${{ runner.os }}-venv-shared -
5260
5361 - name : Run unittest with filenameprocessor-coverage (S)
5462 working-directory : filenameprocessor
You can’t perform that action at this time.
0 commit comments