From e95bd759c3287a81694de62171b1860d51325969 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sun, 6 Oct 2024 11:24:53 +0200 Subject: [PATCH] Commented all steps except test --- .gitea/workflows/gitea-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 5923908..8bb37b2 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -10,9 +10,10 @@ jobs: - uses: https://github.com/actions/setup-dotnet@v4 with: dotnet-version: '8.x' - - name: "Run dotnet restore" - run: dotnet restore - - name: "Run dotnet build" - run: dotnet build --no-restore +# - name: "Run dotnet restore" +# run: dotnet restore +# - name: "Run dotnet build" +# run: dotnet build --no-restore - name: "Test the image" - run: dotnet test --no-build --verbosity normal +# run: dotnet test --no-build --verbosity normal + run: dotnet test