feature/FA-misc_ReportingService #64
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user