From b7eca1937cb5209cc26db5fa81e87adeb57f5453 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Sun, 24 Nov 2024 12:43:41 +0100 Subject: [PATCH] Attempted to fix test workflow not being restored --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6287fe9..d8ae244 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build: test: stage: test script: - - dotnet test --no-restore --verbosity normal + - dotnet test --verbosity normal publish: stage: publish