ci: run gpclient after build

This commit is contained in:
Kevin Yue 2022-10-30 21:28:26 +08:00
parent 3181d37b20
commit 49e5242bf2
2 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,7 @@ jobs:
- name: Build - name: Build
run: | run: |
./scripts/install-ubuntu.sh ./scripts/install-ubuntu.sh
gpclient --version
snapshot-archive-all: snapshot-archive-all:
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }} if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}

View File

@ -29,3 +29,4 @@ jobs:
- name: Build - name: Build
run: | run: |
./scripts/install-ubuntu.sh ./scripts/install-ubuntu.sh
gpclient --version