Skip to content

Commit

Permalink
Fix tests.<test>.steps.[step].retries in workflow-syntax.md (#236)
Browse files Browse the repository at this point in the history
Valid configuration is

```yaml
retries:
    count: 3
    interval: 5s
```
  • Loading branch information
soGit authored Aug 3, 2024
1 parent d770a88 commit e9af898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/workflow-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,11 @@ Optional. Retries config

```yaml
retries:
amount: 1
count: 1
interval: 1s
```

### `tests.<test>.steps.[step].retries.amount`
### `tests.<test>.steps.[step].retries.count`

Optional. Amount of retries

Expand Down

0 comments on commit e9af898

Please sign in to comment.