mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
Only restore cache from current date then
This commit is contained in:
parent
3ba6483bf3
commit
a8f7840d25
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-${{ hashFiles('**/composer.lock') }}
|
||||
restore-keys: ${{ runner.os }}-composer-
|
||||
restore-keys: ${{ runner.os }}-composer-${{ steps.get-date.outputs.date }}-
|
||||
|
||||
# composer
|
||||
- name: Setup PHPunit
|
||||
|
|
Loading…
Reference in New Issue
Block a user