Skip to content

Commit

Permalink
include templates/java in cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Mar 18, 2022
1 parent 524bbff commit e0294f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ runs:
hashFiles(
'clients/algoliasearch-client-java-2/**',
'!clients/algoliasearch-client-java-2/target',
'templates/java/**',
'specs/bundled/search.yml'
)}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
hashFiles(
format('{0}/**', matrix.client.folder),
format('!{0}/target', matrix.client.folder),
'templates/java/**',
format('specs/bundled/{0}.yml', matrix.client.name)
)}}
Expand Down

0 comments on commit e0294f6

Please sign in to comment.