Skip to content

Commit

Permalink
fixup! feat: allow go test results to upload to s3
Browse files Browse the repository at this point in the history
change as per review
  • Loading branch information
CallumNZ committed Oct 10, 2024
1 parent af645a2 commit 3166cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
aws-role-arn-to-assume: ${{ inputs.aws-role-arn-to-assume }}
artifact-name: test-results
artifact-path: /tmp/coverage.*
artifact-path: ./coverage
s3-bucket: s3://${{inputs.s3-bucket}}/test-coverage-results/${{github.repository}}/go/
cp-or-sync: cp
direction: to

0 comments on commit 3166cf6

Please sign in to comment.