Modify ci to run app
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user