Skip to content

Commit 702e8f1

Browse files
committed
refactor: Remove all tests step and focus on UserLoginService tests in CI/CD workflow
1 parent eb673ef commit 702e8f1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
14-
15-
- name: Run all tests
16-
run: dotnet test EgyptOnline/EgyptOnline.csproj --configuration Release --logger "console;verbosity=normal"
14+
1715

1816
- name: Run login tests specifically
1917
run: dotnet test EgyptOnline/EgyptOnline.csproj --filter "FullyQualifiedName~UserLoginServiceTests" --configuration Release

0 commit comments

Comments
 (0)