Merge branch 'ci' into 'master'
added ci testing See merge request murphg62/2023-ca400-murphg62-byrnm257!6
This commit is contained in:
commit
30fe38a2e7
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