feature/FA-misc_ReportingService #64

Merged
conco merged 14 commits from feature/FA-misc_ReportingService into master 2026-02-01 17:31:31 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit bdb863a032 - Show all commits

View File

@@ -31,6 +31,9 @@ jobs:
- name: usernoveldata-service - name: usernoveldata-service
project: FictionArchive.Service.UserNovelDataService project: FictionArchive.Service.UserNovelDataService
subgraph: UserNovelData subgraph: UserNovelData
- name: reporting-service
project: FictionArchive.Service.ReportingService
subgraph: Reporting
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -119,6 +122,12 @@ jobs:
name: usernoveldata-service-subgraph name: usernoveldata-service-subgraph
path: subgraphs/usernoveldata path: subgraphs/usernoveldata
- name: Download Reporting Service subgraph
uses: christopherhx/gitea-download-artifact@v4
with:
name: reporting-service-subgraph
path: subgraphs/reporting
- name: Configure subgraph URLs for Docker - name: Configure subgraph URLs for Docker
run: | run: |
for fsp in subgraphs/*/*.fsp; do for fsp in subgraphs/*/*.fsp; do

View File

@@ -27,6 +27,8 @@ jobs:
dockerfile: FictionArchive.Service.SchedulerService/Dockerfile dockerfile: FictionArchive.Service.SchedulerService/Dockerfile
- name: usernoveldata-service - name: usernoveldata-service
dockerfile: FictionArchive.Service.UserNovelDataService/Dockerfile dockerfile: FictionArchive.Service.UserNovelDataService/Dockerfile
- name: reporting-service
dockerfile: FictionArchive.Service.ReportingService/Dockerfile
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4