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:
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
|
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:
|
||||||
|
|||||||
6
.github/workflows/test-runner.yaml
vendored
6
.github/workflows/test-runner.yaml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user