File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
- path : go/pkg/mod /github.com/apache/cloudberry-gpbackup
18
+ path : go/src /github.com/apache/cloudberry-gpbackup
19
19
20
20
- name : Set up Go
21
21
uses : actions/setup-go@v2
@@ -29,15 +29,15 @@ jobs:
29
29
30
30
- name : Dependencies
31
31
run : |
32
- cd ${GOPATH}/pkg/mod /github.com/apache/cloudberry-gpbackup
32
+ cd ${GOPATH}/src /github.com/apache/cloudberry-gpbackup
33
33
make depend
34
34
35
35
- name : Build
36
36
run : |
37
- cd ${GOPATH}/pkg/mod /github.com/apache/cloudberry-gpbackup
37
+ cd ${GOPATH}/src /github.com/apache/cloudberry-gpbackup
38
38
make build
39
39
40
40
- name : Unit Test
41
41
run : |
42
- cd ${GOPATH}/pkg/mod /github.com/apache/cloudberry-gpbackup
42
+ cd ${GOPATH}/src /github.com/apache/cloudberry-gpbackup
43
43
make test
You can’t perform that action at this time.
0 commit comments