[FA-misc] CICD Updates
This commit is contained in:
@@ -31,6 +31,9 @@ jobs:
|
||||
- name: usernoveldata-service
|
||||
project: FictionArchive.Service.UserNovelDataService
|
||||
subgraph: UserNovelData
|
||||
- name: reporting-service
|
||||
project: FictionArchive.Service.ReportingService
|
||||
subgraph: Reporting
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -119,6 +122,12 @@ jobs:
|
||||
name: usernoveldata-service-subgraph
|
||||
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
|
||||
run: |
|
||||
for fsp in subgraphs/*/*.fsp; do
|
||||
|
||||
Reference in New Issue
Block a user