0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-30 01:04:25 +01: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 name: Run Notification Service Tests
on: on:
push:
branches:
- main
pull_request: pull_request:
branches: [ main, dev ] branches:
- main
jobs: jobs:
notification-service-tests: notification-service-tests:

View File

@ -1,8 +1,12 @@
name: Run API & Selenium Tests Separately name: Run API & Selenium Tests Separately
on: on:
push:
branches:
- main
pull_request: pull_request:
branches: [ main, dev ] branches:
- main
jobs: jobs:
api-tests: api-tests: