diff --git a/.github/workflows/test-aws.yaml b/.github/workflows/test-aws.yaml index 790a59f..1a483e1 100644 --- a/.github/workflows/test-aws.yaml +++ b/.github/workflows/test-aws.yaml @@ -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