diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 44f5582..c6ce2a7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,7 +10,10 @@ jobs: 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 + run: dotnet run + needs: + - build \ No newline at end of file