From c6dcf465bbf8c3faf86d0d0edd9cf836443bac0d Mon Sep 17 00:00:00 2001 From: Agnieszka Marzeda Date: Mon, 8 Dec 2025 22:37:27 +0100 Subject: [PATCH] Test ci.yml --- .gitea/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 987508f..f5a3726 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,4 +10,8 @@ jobs: with: dotnet-version: '8.0.x' - run: dotnet restore - - run: dotnet build \ No newline at end of file + - run: dotnet build + test: + steps: + - name: trying to run + run: dotnet run \ No newline at end of file