Skip to content

Commit fbd56a0

Browse files
fix: Align output table formatting in README.md
1 parent 4425df9 commit fbd56a0

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -320,20 +320,20 @@ jobs:
320320

321321
The action provides the following outputs:
322322

323-
| Output | Description |
324-
|------------------------|------------------------------------------------|
325-
| `Outcome` | The outcome of the test run (success/failure) |
326-
| `Conclusion` | The conclusion of the test run (success/failure) |
327-
| `Executed` | Whether tests were executed (True/False) |
328-
| `Result` | Overall result of Pester test run (Passed/Failed) |
329-
| `FailedCount` | Number of failed tests |
330-
| `FailedBlocksCount` | Number of failed blocks |
331-
| `FailedContainersCount`| Number of failed containers |
332-
| `PassedCount` | Number of passed tests |
333-
| `SkippedCount` | Number of skipped tests |
334-
| `InconclusiveCount` | Number of inconclusive tests |
335-
| `NotRunCount` | Number of tests not run |
336-
| `TotalCount` | Total count of tests |
323+
| Output | Description |
324+
|-------------------------|---------------------------------------------------|
325+
| `Outcome` | The outcome of the test run (success/failure) |
326+
| `Conclusion` | The conclusion of the test run (success/failure) |
327+
| `Executed` | Whether tests were executed (True/False) |
328+
| `Result` | Overall result of Pester test run (Passed/Failed) |
329+
| `FailedCount` | Number of failed tests |
330+
| `FailedBlocksCount` | Number of failed blocks |
331+
| `FailedContainersCount` | Number of failed containers |
332+
| `PassedCount` | Number of passed tests |
333+
| `SkippedCount` | Number of skipped tests |
334+
| `InconclusiveCount` | Number of inconclusive tests |
335+
| `NotRunCount` | Number of tests not run |
336+
| `TotalCount` | Total count of tests |
337337

338338
## Examples
339339

0 commit comments

Comments
 (0)