Skip to content

Commit

Permalink
fix: change debug job definition
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed May 7, 2024
1 parent fe58eb3 commit bb4d788
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,31 @@ jobs:
- uses: vdaas/vald-client-ci/.github/actions/e2e@feat/add-common-workflows
with:
client_type: go

build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: debug for build
run: |
echo "Install dependencies"
make ci/deps/install
NPM_BIN=$(npm prefix)
ls ${NPM_BIN}/node_modules/@bufbuild/buf/bin/buf
echo "Build proto"
export GOPATH=$HOME/go
export PATH=$HOME/grpc-java:$PATH
make proto
make vald/sha/update
make vald/client/version/update
echo "Update dependencies"
make ci/deps/update
git diff
git diff --name-only
- uses: vdaas/vald-client-ci/.github/actions/e2e@feat/add-common-workflows
with:
client_type: go
28 changes: 0 additions & 28 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,3 @@ jobs:
CI_USER: ${{ secrets.DISPATCH_USER }}
CI_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: debug for build
run: |
echo "Install dependencies"
make ci/deps/install
NPM_BIN=$(npm prefix)
ls ${NPM_BIN}/node_modules/@bufbuild/buf/bin/buf
echo "Build proto"
export GOPATH=$HOME/go
export PATH=$HOME/grpc-java:$PATH
make proto
make vald/sha/update
make vald/client/version/update
echo "Update dependencies"
make ci/deps/update
git diff
git diff --name-only
- uses: vdaas/vald-client-ci/.github/actions/e2e@feat/add-common-workflows
with:
client_type: go

0 comments on commit bb4d788

Please sign in to comment.