lolxd
This commit is contained in:
parent
cba210dc76
commit
f977f83301
@ -10,7 +10,10 @@ jobs:
|
|||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
- run: dotnet restore
|
- run: dotnet restore
|
||||||
- run: dotnet build
|
- run: dotnet build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
steps:
|
steps:
|
||||||
- name: trying to run
|
- name: trying to run
|
||||||
run: dotnet run
|
run: dotnet run
|
||||||
|
needs:
|
||||||
|
- build
|
Loading…
Reference in New Issue
Block a user