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:
parent
50ce942d04
commit
6b18d6a421
6
.github/workflows/notification-service.yml
vendored
6
.github/workflows/notification-service.yml
vendored
@ -1,8 +1,12 @@
|
||||
name: Run Notification Service Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
notification-service-tests:
|
||||
|
6
.github/workflows/test-runner.yaml
vendored
6
.github/workflows/test-runner.yaml
vendored
@ -1,8 +1,12 @@
|
||||
name: Run API & Selenium Tests Separately
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
api-tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user