Skip to content

Commit

Permalink
fix: add debug job for build and test
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 8974188 commit 690536e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,27 @@ jobs:
- uses: vdaas/vald-client-ci/.github/actions/e2e@feat/add-common-workflows
with:
client_type: node
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: debug for build
run: |
echo "Install dependencies"
make ci/deps/install
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: node

0 comments on commit 690536e

Please sign in to comment.