Skip to content

Commit

Permalink
Github Actions Tune
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Jul 26, 2023
1 parent 6d8a592 commit d2c0bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles(.aws/go.sum) }}
key: ${{ runner.os }}-go-${{ hashFiles(**/.aws/go.sum) }}
restore-keys: |
${{ runner.os }}-go-
- name: Download Go modules
Expand Down

0 comments on commit d2c0bec

Please sign in to comment.