Skip to content

Commit

Permalink
Run gpbackup unit-tests on github actions (#54)
Browse files Browse the repository at this point in the history
1) Fix golang version to run gpbackup unit tests on github actions
2) Remove unit test run from our regression test suite
  • Loading branch information
RekGRpth authored Jan 19, 2024
1 parent 9ef2f51 commit 038dc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Set Environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion arenadata/run_gpbackup_tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ source /usr/local/greenplum-db-devel/greenplum_path.sh;
source ~/gpdb_src/gpAux/gpdemo/gpdemo-env.sh;
gpconfig -c shared_preload_libraries -v dummy_seclabel;
gpstop -ar;
PATH=$PATH:/opt/go/bin:~/go/bin GOPATH=~/go make depend build install test end_to_end -C /home/gpadmin/go/src/github.com/greenplum-db/gpbackup"
PATH=$PATH:/opt/go/bin:~/go/bin GOPATH=~/go make depend build install integration end_to_end -C /home/gpadmin/go/src/github.com/greenplum-db/gpbackup"

0 comments on commit 038dc2d

Please sign in to comment.