Skip to content

Commit

Permalink
Build: extend action to run 1 UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Apr 20, 2024
1 parent c4c4f26 commit 07a046a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/System.Waf.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
path: |
src/System.Waf/System.Waf/**/*.nupkg
src/System.Waf/System.Waf/**/*.snupkg
- name: UI Test
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --filter AboutTest

0 comments on commit 07a046a

Please sign in to comment.