Skip to content

Commit

Permalink
Fix demo project readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed May 9, 2023
1 parent f03b68a commit 0434af5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GitHubActionsTestLogger.Demo/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
To run the demo tests, use the following command:

```powershell
dotnet test /p:IsTestProject=true --logger GitHubActions
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"
$env:GITHUB_STEP_SUMMARY="./test-summary.md"
```

0 comments on commit 0434af5

Please sign in to comment.