Enhance CI workflows: add test execution step in Docker image build process

This commit is contained in:
a.beging@eas-solutions.de
2026-04-30 11:14:26 +02:00
parent 1759e8a2d4
commit 2f4823ed09
2 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ jobs:
with:
dotnet-version: "9.0.x"
- name: Run tests
run: dotnet test
- name: Publish server project
run: dotnet publish ./FoodsharingSiegen.Server/FoodsharingSiegen.Server.csproj -c Release -o ./Publish/Server