mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-29 00:05:23 +02:00
adding workflow to run the service tests
This commit is contained in:
parent
3cb196acd6
commit
b55577fb1b
4
.github/workflows/notification-service.yml
vendored
4
.github/workflows/notification-service.yml
vendored
@ -1,13 +1,11 @@
|
||||
name: Run Notification Service Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
|
||||
jobs:
|
||||
api-tests:
|
||||
notification-service-tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
2
.github/workflows/test-runner.yaml
vendored
2
.github/workflows/test-runner.yaml
vendored
@ -1,8 +1,6 @@
|
||||
name: Run API & Selenium Tests Separately
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user