Merge branch 'ci' into 'master'

added ci testing

See merge request murphg62/2023-ca400-murphg62-byrnm257!6
This commit is contained in:
gaz8860 Gary 2023-04-16 14:17:36 +00:00
commit 30fe38a2e7

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