Skip to content

Commit

Permalink
fix: build debug
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Apr 30, 2024
1 parent 927d26e commit 1ee86fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
- uses: actions/checkout@v3
- name: debug
run: |
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
make proto
./gradlew tasks
# Disable Verification tasks
./gradlew build -x bufFormatApply \
Expand All @@ -48,4 +59,5 @@ jobs:
-x checkKotlinGradlePluginConfigurationErrors \
-x test \
--stacktrace
ls -la
ls ./build -la

0 comments on commit 1ee86fb

Please sign in to comment.