You've already forked reloading-manager
I would rather be playing SC2.
This commit is contained in:
@@ -2,7 +2,12 @@ stages:
|
|||||||
- Tests
|
- Tests
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- '.gitlab/tests.yml'
|
- project: 'shared/blueprints'
|
||||||
|
file: 'jobs/golang-tests.yml'
|
||||||
|
ref: master
|
||||||
|
inputs:
|
||||||
|
working_directory: "backend"
|
||||||
|
stage: Tests
|
||||||
- project: 'shared/blueprints'
|
- project: 'shared/blueprints'
|
||||||
file: 'jobs/docker-build.yml'
|
file: 'jobs/docker-build.yml'
|
||||||
ref: master
|
ref: master
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
Golang Tests:
|
|
||||||
stage: Tests
|
|
||||||
image: siteworxpro/golang:1.24.0
|
|
||||||
script:
|
|
||||||
- echo "Running Go tests..."
|
|
||||||
- cd backend
|
|
||||||
- go mod download
|
|
||||||
- go test -v ./... -coverprofile=coverage.out
|
|
||||||
Reference in New Issue
Block a user