Skip to content

Commit

Permalink
Build: try to fix step summary headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Nov 1, 2024
1 parent 013bc27 commit 77a0f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/System.Waf.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: 🕵️ Test
run: |
echo "##🕵️ Test Results - System.Waf.sln" >> $GITHUB_STEP_SUMMARY
echo "##🕵️ Test Results - System.Waf.sln" >> $Env:$GITHUB_STEP_SUMMARY
dotnet test ./src/System.Waf/System.Waf.sln -c Release --no-build --logger GitHubActions
- name: 📦 Upload NuGet Packages
Expand All @@ -42,7 +42,7 @@ jobs:
- name: 🖥️ UI Test
run: |
echo "##🕵️ Test Results - Samples.UITest.sln" >> $GITHUB_STEP_SUMMARY
echo "##🕵️ Test Results - Samples.UITest.sln" >> $Env:$GITHUB_STEP_SUMMARY
dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger GitHubActions -maxCpuCount:1
- name: 📦 Upload UI Test results
Expand Down

0 comments on commit 77a0f91

Please sign in to comment.