From 82fd03fde8a2ff563c611b2d5647c6d2fc3c65b4 Mon Sep 17 00:00:00 2001 From: Gary Murphy Date: Mon, 1 May 2023 20:20:59 +0100 Subject: [PATCH] build blazor projects when testing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e0ac2d..3631f1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,5 +58,6 @@ frontend-test: before_script: - cd src/PanoptesTest - dotnet restore + - dotnet build script: - dotnet test