From b55577fb1b5e098e35b17efa19aaef568092fcf6 Mon Sep 17 00:00:00 2001 From: moslem-asaad Date: Sat, 1 Mar 2025 22:10:03 +0200 Subject: [PATCH] adding workflow to run the service tests --- .github/workflows/notification-service.yml | 4 +--- .github/workflows/test-runner.yaml | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/notification-service.yml b/.github/workflows/notification-service.yml index 8a3f988cab..38315b0c74 100644 --- a/.github/workflows/notification-service.yml +++ b/.github/workflows/notification-service.yml @@ -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 diff --git a/.github/workflows/test-runner.yaml b/.github/workflows/test-runner.yaml index 934da60b3d..504b593965 100644 --- a/.github/workflows/test-runner.yaml +++ b/.github/workflows/test-runner.yaml @@ -1,8 +1,6 @@ name: Run API & Selenium Tests Separately on: - push: - branches: [ main, dev ] pull_request: branches: [ main, dev ]