0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-08-01 12:48:26 +02:00

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

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:

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: