From 0c014e5bcf26b6d890e63c7735fdb97406db5e7b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 16 May 2023 18:33:05 +0200 Subject: [PATCH] YAML: - rimozione stage test inutilizzato che da errori --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c62eb9..1e6360a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,6 @@ variables: stages: - build - - test - installer - release @@ -72,16 +71,6 @@ build: script: - dotnet build -p:Configuration=Release GWMS.UI/GWMS.UI.csproj -test: - stage: test - tags: - - win - only: - - develop - needs: ["build"] - script: - - dotnet test -p:Configuration=Release GWMS.UI/GWMS.UI.csproj - installer: stage: installer tags: