@@ -320,20 +320,20 @@ jobs:
320320
321321The 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