Test ci.yml
Some checks failed
First CI / build (push) Successful in 49s
First CI / test (push) Failing after 1m8s

This commit is contained in:
Agnieszka Marzeda
2025-12-08 22:37:27 +01:00
parent f4375afd32
commit c6dcf465bb

View File

@@ -10,4 +10,8 @@ jobs:
with: with:
dotnet-version: '8.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