Browse Source

Only restore cache from current date then

rugk 4 years ago
parent
commit
a8f7840d25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/tests.yml

+ 1 - 1
.github/workflows/tests.yml

@@ -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