diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 78e8df39..06d87434 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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 \ @@ -48,4 +59,5 @@ jobs: -x checkKotlinGradlePluginConfigurationErrors \ -x test \ --stacktrace + ls -la ls ./build -la