We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb673ef commit 702e8f1Copy full SHA for 702e8f1
1 file changed
.github/workflows/deploy.yml
@@ -11,9 +11,7 @@ jobs:
11
steps:
12
- name: Checkout code
13
uses: actions/checkout@v4
14
-
15
- - name: Run all tests
16
- run: dotnet test EgyptOnline/EgyptOnline.csproj --configuration Release --logger "console;verbosity=normal"
+
17
18
- name: Run login tests specifically
19
run: dotnet test EgyptOnline/EgyptOnline.csproj --filter "FullyQualifiedName~UserLoginServiceTests" --configuration Release
0 commit comments