added ci testing
This commit is contained in:
parent
1c8556a111
commit
7263d71cbc
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user