Skip to content

Commit

Permalink
Use console as language identifier in snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Sep 29, 2023
1 parent 679e9ec commit ff39fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GitHubActionsTestLogger.Demo/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

To run the demo tests, use the following command:

```powershell
dotnet test -p:IsTestProject=true --logger GitHubActions
```console
$ dotnet test -p:IsTestProject=true --logger GitHubActions
```

To produce a test summary, provide the output file path by setting the `GITHUB_STEP_SUMMARY` environment variable:

```powershell
$env:GITHUB_STEP_SUMMARY="./test-summary.md"
```
```

0 comments on commit ff39fc3

Please sign in to comment.