Skip to content

build(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.2 in /examples/ext_authz/auth/grpc-service #137

build(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.2 in /examples/ext_authz/auth/grpc-service

build(deps): bump google.golang.org/grpc from 1.54.0 to 1.56.2 in /examples/ext_authz/auth/grpc-service #137

Workflow file for this run

name: mobile_core
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
cancel-in-progress: true
jobs:
unittests:
if: github.repository == 'envoyproxy/envoy'
name: unit_tests
runs-on: ubuntu-20.04
timeout-minutes: 120
container:
image: envoyproxy/envoy-build-ubuntu:321658b6b50abda6869f89fac275f59bf3b1e757
steps:
- uses: actions/checkout@v3
- name: Ensure no listener leaks
run: rm source/extensions/listener_managers/listener_manager/listener_manager_impl.h
- name: Add safe directory
run: git config --global --add safe.directory /__w/envoy/envoy
- name: 'Run tests'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd mobile && ./bazelw test \
--build_tests_only \
--action_env=LD_LIBRARY_PATH \
--test_env=ENVOY_IP_TEST_VERSIONS=v4only \
--test_output=all \
--define envoy_mobile_listener=disabled \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-linux") \
//test/common/...