We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a2b55 commit 8de4692Copy full SHA for 8de4692
1 file changed
.github/workflows/dotnet-ci.yml
@@ -22,8 +22,8 @@ jobs:
22
- name: Restore
23
run: dotnet restore
24
25
- - name: Build
26
- run: dotnet build --configuration Release --no-restore
+ - name: Build Web Project
+ run: dotnet build ./src/WebApp/WebApp.csproj --configuration Release --no-restore
27
28
- name: Test
29
- run: dotnet test --no-build --configuration Release
+ run: dotnet test ./tests --configuration Release --no-build
0 commit comments