Skip to content

Commit

Permalink
there is no composer.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Aug 7, 2024
1 parent 2d5dbd4 commit 5635a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-composer-
Expand Down

0 comments on commit 5635a31

Please sign in to comment.