Skip to content

Commit

Permalink
quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Apr 7, 2024
1 parent 9a26a6d commit 89bda4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# go-test-action

- [go-test-action](#go-test-action)
- [Quick start](#quick-start)
- [Inputs](#inputs)
- [Screenshots](#screenshots)
- [Examples](#examples)
Expand All @@ -12,6 +13,13 @@ GitHub Action for running `go test ./...` and getting rich summary and annotatio

Powered by [Job Summaries](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/), this Action will generate a convenient interactive viewer for tests based on Go's [test2json](https://pkg.go.dev/cmd/test2json) output. If there are any errors during `go test`, the Action will report back the same exit code, which will fail the job.

## Quick start

```yaml
- name: Test
uses: robherley/go-test-action@v0
```
## Inputs
```yaml
Expand Down

0 comments on commit 89bda4e

Please sign in to comment.