Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jul 20, 2024
1 parent 8ca47f2 commit 5ba6fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test results, integrating also with GitHub PR comments just like [dotnet-trx](ht

![PR comment](https://raw.githubusercontent.com/devlooped/dotnet-trx/main/assets/img/comment.png)

Typical usage: `dotnet retest [OPTIONS] [-- [dotnet test options]]`:
Typical usage: `dotnet retest [OPTIONS] [-- [dotnet test options]]` (with optional `--attempts` which defaults to `5`):

```yml
- name: 🧪 test
Expand All @@ -23,7 +23,7 @@ Typical usage: `dotnet retest [OPTIONS] [-- [dotnet test options]]`:
dotnet retest -- --no-build [other test options and args]
```
![PR comment](https://raw.githubusercontent.com/devlooped/dotnet-retest/main/assets/img/comment.png)
![PR comment](https://raw.githubusercontent.com/devlooped/dotnet-trx/main/assets/img/comment.png)
> NOTE: this behavior is triggered by the presence of the `GITHUB_REF_NAME` and `CI` environment variables.

Expand Down

0 comments on commit 5ba6fc0

Please sign in to comment.