Skip to content

Commit

Permalink
Update test workflow for ASF
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhaihe committed Nov 5, 2024
1 parent da9655a commit 3ee45c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
path: go/pkg/mod/github.com/cloudberrydb/gpbackup
path: go/pkg/mod/github.com/apache/cloudberry-gpbackup

- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -29,15 +29,15 @@ jobs:
- name: Dependencies
run: |
cd ${GOPATH}/pkg/mod/github.com/cloudberrydb/gpbackup
cd ${GOPATH}/pkg/mod/github.com/apache/cloudberry-gpbackup
make depend
- name: Build
run: |
cd ${GOPATH}/pkg/mod/github.com/cloudberrydb/gpbackup
cd ${GOPATH}/pkg/mod/github.com/apache/cloudberry-gpbackup
make build
- name: Unit Test
run: |
cd ${GOPATH}/pkg/mod/github.com/cloudberrydb/gpbackup
cd ${GOPATH}/pkg/mod/github.com/apache/cloudberry-gpbackup
make test

0 comments on commit 3ee45c9

Please sign in to comment.