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