feature/FA-11_CICD #33

Merged
conco merged 27 commits from feature/FA-11_CICD into master 2025-11-26 23:39:45 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit e9eaf1569b - Show all commits

View File

@@ -50,7 +50,7 @@ jobs:
- name: Export schema
run: |
dotnet run -c Release --no-build --no-launch-profile \
dotnet run -c Release --no-launch-profile \
--project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
-- schema export --output ${{ matrix.service.project }}/schema.graphql

View File

@@ -52,6 +52,7 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: fictionarchive-web/package-lock.json
package-manager-cache: false
- name: Install dependencies
run: npm ci