dotnet fix
Some checks failed
First CI / build (push) Successful in 52s
First CI / test (push) Failing after 8s

This commit is contained in:
LagsKing 2023-11-21 18:29:24 +01:00
parent 724d0e4bbc
commit 2f7ac8a277

View File

@ -10,5 +10,9 @@ jobs:
with:
dotnet-version: '6.0.x'
- run: dotnet restore
- run: dotnet build
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run