mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-26 13:43:45 +02:00
adding workflow to run the service tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
name: Run API & Selenium Tests Separately
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user