load tests added for preproduction

This commit is contained in:
moslem-asaad
2025-03-02 11:28:48 +02:00
parent 50ce942d04
commit 6b18d6a421
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
name: Run Notification Service Tests
on:
push:
branches:
- main
pull_request:
branches: [ main, dev ]
branches:
- main
jobs:
notification-service-tests:
+5 -1
View File
@@ -1,8 +1,12 @@
name: Run API & Selenium Tests Separately
on:
push:
branches:
- main
pull_request:
branches: [ main, dev ]
branches:
- main
jobs:
api-tests: