From 78ac12c5f9c52cc224297dce9c77138e93ca5c90 Mon Sep 17 00:00:00 2001 From: svhp Date: Fri, 1 Dec 2023 10:44:06 +0100 Subject: [PATCH] fixed run --- .gitea/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5af1608..aa29907 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,5 +1,6 @@ name: First CI on: [push] + jobs: build: runs-on: ubuntu-latest @@ -8,8 +9,8 @@ jobs: - uses: actions/setup-dotnet@v3 with: dotnet-version: '6.0.x' - - run: dotnet restore - - run: dotnet build + run: dotnet restore + run: dotnet build test: steps: - name: trying to run