mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-04 07:23:44 +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
|
name: Run Notification Service Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ main, dev ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
api-tests:
|
notification-service-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- 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
|
name: Run API & Selenium Tests Separately
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ main, dev ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, dev ]
|
branches: [ main, dev ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user