Skip to content

Commit

Permalink
system-tests hashing files matcher update
Browse files Browse the repository at this point in the history
  • Loading branch information
alstanchev authored Dec 19, 2024
1 parent b08fcd5 commit 95f9687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-maven-${{ hashFiles('./ditto*/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
Expand Down

0 comments on commit 95f9687

Please sign in to comment.