build blazor projects when testing

This commit is contained in:
gaz8860 Gary 2023-05-01 20:20:59 +01:00
parent b9e81650b3
commit 82fd03fde8

View File

@ -58,5 +58,6 @@ frontend-test:
before_script:
- cd src/PanoptesTest
- dotnet restore
- dotnet build
script:
- dotnet test