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 e9f4cc5 commit 865b1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Download Go modules
working-directory: ${{ env.testdir }}
shell: bash
if: ${{ steps.cache-go.outputs.cache-hit != 'true' }}
run: go mod download
Expand Down

0 comments on commit 865b1c9

Please sign in to comment.