feature/FA-11_CICD #33
@@ -66,7 +66,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dotnet run -c Release --no-launch-profile \
|
dotnet run -c Release --no-launch-profile \
|
||||||
--project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
|
--project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
|
||||||
-- schema export --output ${{ matrix.service.project }}/schema.graphql
|
-- schema export --output schema.graphql
|
||||||
|
|
||||||
- name: Pack subgraph
|
- name: Pack subgraph
|
||||||
run: fusion subgraph pack -w ${{ matrix.service.project }}
|
run: fusion subgraph pack -w ${{ matrix.service.project }}
|
||||||
|
|||||||
@@ -20,14 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.12'
|
|
||||||
|
|
||||||
- name: Install Fusion CLI
|
|
||||||
run: dotnet tool install -g HotChocolate.Fusion.CommandLine
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore FictionArchive.sln
|
run: dotnet restore FictionArchive.sln
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user