added ci testing

This commit is contained in:
Malachy Byrne 2023-04-16 15:02:00 +01:00
parent 1c8556a111
commit 7263d71cbc
Signed by: malmal200
GPG Key ID: EC21443030A655D9

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
backend:
image: golang:1.20
script:
- cd src/backend/cmd
- go test
frontend:
image: mcr.microsoft.com/dotnet/sdk:6.0
script:
- cd src/PanoptesFrontend
- dotnet test