Skip to content

Commit 07a046a

Browse files
committed
Build: extend action to run 1 UI test
1 parent c4c4f26 commit 07a046a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/System.Waf.CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626
path: |
2727
src/System.Waf/System.Waf/**/*.nupkg
2828
src/System.Waf/System.Waf/**/*.snupkg
29+
30+
- name: UI Test
31+
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --filter AboutTest

0 commit comments

Comments
 (0)