dotnet fix
This commit is contained in:
@@ -10,5 +10,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: '6.0.x'
|
dotnet-version: '6.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