File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ executors:
4
4
go-executor :
5
5
docker :
6
6
- image : cimg/go:1.22.6
7
- working_directory : ~/go/src/ github.com/coderabbitai /grafana
7
+ working_directory : ~/github.com/grafana
8
8
9
9
node-executor :
10
10
docker :
11
11
- image : cimg/node:22.7.0
12
12
working_directory : ~/frontend
13
13
14
14
jobs :
15
- build-backend :
15
+ go-mod-install :
16
16
executor : go-executor
17
17
steps :
18
18
- checkout
30
30
paths :
31
31
- ~/go/pkg/mod
32
32
key : go-mod-cache-{{ checksum "go.sum" }}
33
- - run :
34
- name : Run Grafana backend
35
- command : go run ./pkg/cmd/grafana/main.go
36
33
37
34
build-frontend :
38
35
executor : node-executor
@@ -57,5 +54,5 @@ workflows:
57
54
version : 2
58
55
build-and-test :
59
56
jobs :
60
- - build-backend
57
+ - go-mod-install
61
58
- build-frontend
You can’t perform that action at this time.
0 commit comments