adding workflow to run the service tests

This commit is contained in:
moslem-asaad
2025-03-01 22:10:03 +02:00
parent 3cb196acd6
commit b55577fb1b
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -1,13 +1,11 @@
name: Run Notification Service Tests
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
api-tests:
notification-service-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
-2
View File
@@ -1,8 +1,6 @@
name: Run API & Selenium Tests Separately
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]