Skip to content

Commit 199ed27

Browse files
committed
feat(workflows): Update path for caching modules for test and linting automation
1 parent c211400 commit 199ed27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/cache@v3
2828
with:
2929
path: ~/go/pkg/mod
30-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
30+
key: ${{ runner.os }}-go-${{ hashFiles('services/**/go.sum') }}
3131
restore-keys: |
3232
${{ runner.os }}-go-
3333

0 commit comments

Comments
 (0)