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
update readme
  • Loading branch information
CallumNZ committed Oct 11, 2024
1 parent 3166cf6 commit 3d2f2ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,13 @@ on:
jobs:
go-test:
uses: GeoNet/Actions/.github/workflows/reusable-go-test.yml@main
with:
aws-role-arn-to-assume: github-to-s3-upload-role
s3-bucket: my-bucket
```

test coverage results upload to job artifacts, found at the bottom of a job summary page.
An optional bucket and role can be provided to upload the results to S3 as well.

### Go vulnerability check

Expand Down

0 comments on commit 3d2f2ab

Please sign in to comment.