0
0
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:
moslem-asaad 2025-03-01 22:10:03 +02:00
parent 3cb196acd6
commit b55577fb1b
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

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