Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Feb 12, 2024
1 parent b428127 commit a0164ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
languages: ${{ matrix.language }}
- name: build
run: |
dotnet workload restore backend
dotnet workload restore backend/Naninovel.Language.sln
dotnet publish backend
npm ci
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20
- name: cover
run: |
dotnet workload restore backend
dotnet workload restore backend/Naninovel.Language.sln
dotnet test backend /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
dotnet publish backend
npm ci
Expand Down

0 comments on commit a0164ed

Please sign in to comment.