Skip to content

Commit ff587e3

Browse files
committed
UITest: action remove filter to run all 3 ui tests
1 parent 75eb4cf commit ff587e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
src/System.Waf/System.Waf/**/*.snupkg
2929
3030
- name: UI Test
31-
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --filter AboutTest --logger "console;verbosity=detailed"
31+
run: dotnet test ./src/Samples.UITest/Samples.UITest.sln --logger "console;verbosity=detailed"

0 commit comments

Comments
 (0)