fix
Some checks failed
First CI / test (push) Failing after 3s
First CI / build (push) Successful in 55s

This commit is contained in:
vladyslav-crunch
2025-11-21 11:04:57 +01:00
parent 7f5f25c0fa
commit cda03ca6db

View File

@@ -7,11 +7,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
with:
dotnet-version: "8.0.x"
- run: dotnet restore
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run
- name: trying to run
run: dotnet run