diff --git a/.github/workflows/test_weaver-data-sharing.yaml b/.github/workflows/test_weaver-data-sharing.yaml index 1f449c54afa..28c40df9feb 100644 --- a/.github/workflows/test_weaver-data-sharing.yaml +++ b/.github/workflows/test_weaver-data-sharing.yaml @@ -409,6 +409,14 @@ jobs: if: inputs.run_all == 'true' || needs.check_code_changed.outputs.status == 'true' env: FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED: false + CONFIGURE_DISABLED: true + TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true + CUSTOM_CHECKS_DISABLED: true + JEST_TEST_RUNNER_DISABLED: true + TAPE_TEST_RUNNER_DISABLED: true + DUMP_DISK_USAGE_INFO_DISABLED: true + FULL_BUILD_DISABLED: true + CHECK_WORK_TREE_STATUS_DISABLED: true # The type of runner that the job will run on runs-on: ubuntu-22.04 @@ -446,9 +454,13 @@ jobs: run: | curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.6/protoc-3.15.6-linux-x86_64.zip unzip protoc-3.15.6-linux-x86_64.zip -d protoc + rm -rf protoc-3.15.6-linux-x86_64.zip go install google.golang.org/protobuf/cmd/protoc-gen-go@latest go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest + - name: CI script for cleanup + run: ./tools/ci.sh + # PROTOS - name: Build GO Protos run: |