Fixed ci.yml
Some checks failed
First CI / test (push) Failing after 13s
First CI / build (push) Successful in 54s

This commit is contained in:
szymon 2024-11-22 11:11:48 +01:00
parent f26eefa77b
commit 1f0f5d7756

View File

@ -8,6 +8,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- run: dotnet restore
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run