Fixed ci.yml
This commit is contained in:
parent
f26eefa77b
commit
1f0f5d7756
@ -8,6 +8,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.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
|
||||||
|
Loading…
Reference in New Issue
Block a user