mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-07 16:27:27 +00:00
Adding action required section
This commit is contained in:
parent
d32893af0c
commit
88f47a96e9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# gotestfmt: go test output for humans
|
# gotestfmt: go test output for humans
|
||||||
|
|
||||||
|
> ⚠️ **Action required:** gotestfmt has moved to the `GoTestTools` organization and you need to update your references. Please see the [announcement](https://github.com/GoTestTools/gotestfmt/discussions/46). The old repository will be deleted on January 1, 2023.
|
||||||
|
|
||||||
This action uses [gotestfmt](https://github.com/GoTestTools/gotestfmt) to create a beautifully formatted test output in GitHub Actions.
|
This action uses [gotestfmt](https://github.com/GoTestTools/gotestfmt) to create a beautifully formatted test output in GitHub Actions.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**⚠️ With version 2.0 gotestfmt switched to supporting only JSON output. Please add the `-json` flag to your `go test` command line!**
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
You can use gotestfmt with the following configuration:
|
You can use gotestfmt with the following configuration:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue