Modify ci to run app
Some checks failed
First CI / test (push) Failing after 3s
First CI / build (push) Successful in 49s

This commit is contained in:
Anton Ovod
2025-11-20 12:47:25 +01:00
parent 1f37b538a0
commit 41baf535ff

View File

@@ -11,3 +11,7 @@ jobs:
dotnet-version: "8.0.x" dotnet-version: "8.0.x"
- run: dotnet restore - run: dotnet restore
- run: dotnet build - run: dotnet build
test:
steps:
- name: Trying to run
run: dotnet run