Skip to content

Commit

Permalink
Build: minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Oct 30, 2024
1 parent cc71a13 commit 7ae897e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/System.Waf.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: 🖥️ UI Test
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger "console;verbosity=detailed" -maxCpuCount:1
- name: Upload UI Test results

- name: 📦 Upload UI Test results
uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 7ae897e

Please sign in to comment.