From 136c62d0e3171a81d09af65078a44f8886ef9da1 Mon Sep 17 00:00:00 2001 From: Your name Date: Fri, 1 Dec 2023 12:31:29 +0100 Subject: [PATCH] modfied 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 26a04a6..2309b85 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,4 +10,8 @@ jobs: with: dotnet-varsion: '6.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