fix: address issues causing problems in workflows

This commit is contained in:
Stevan Freeborn
2025-03-28 18:14:09 -05:00
parent 48fa90167b
commit f8aefb82ab
4 changed files with 19 additions and 7 deletions
+7 -1
View File
@@ -49,10 +49,16 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x.x
- name: Install report generator
run: dotnet tool install --global dotnet-reportgenerator-globaltool
- name: Restore dependencies
run: dotnet restore ./AltGen.API.Tests/AltGen.API.Tests.csproj
- name: Build project
run: dotnet build ./AltGen.API.Tests/AltGen.API.Tests.csproj --no-restore
- name: Test project
run: dotnet test ./AltGen.API.Tests/AltGen.API.Tests.csproj --filter FullyQualifiedName!~PromptEvaluation
- name: Upload test coverage report
uses: actions/upload-artifact@v4
with:
name: test-coverage
path: ./AltGen.API.Tests/TestResults