From cda03ca6db58df5e06466bf2991d00a9b86d0037 Mon Sep 17 00:00:00 2001 From: vladyslav-crunch Date: Fri, 21 Nov 2025 11:04:57 +0100 Subject: [PATCH] fix --- .gitea/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b61a54..6507a48 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 \ No newline at end of file + - name: trying to run + run: dotnet run