Skip to content

build(deps): bump nginx from 63b44e8 to 08bc36a in /examples/local_ratelimit #131

build(deps): bump nginx from 63b44e8 to 08bc36a in /examples/local_ratelimit

build(deps): bump nginx from 63b44e8 to 08bc36a in /examples/local_ratelimit #131

name: mobile_cc_tests
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.head_ref-github.workflow || github.run_id }}
cancel-in-progress: true
jobs:
cctests:
if: github.repository == 'envoyproxy/envoy'
name: cc_tests
runs-on: ubuntu-20.04
timeout-minutes: 120
container:
image: envoyproxy/envoy-build-ubuntu:321658b6b50abda6869f89fac275f59bf3b1e757
steps:
- uses: actions/checkout@v3
- name: Add safe directory
run: git config --global --add safe.directory /__w/envoy/envoy
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: 'Run tests'
# Regression test using the new API listener. TODO(#2711) clean up.
run: |
cd mobile && ./bazelw test \
--action_env=LD_LIBRARY_PATH \
--test_output=all \
--copt=-DUSE_API_LISTENER \
$([ -z $GITHUB_TOKEN ] || echo "--config=remote-ci-linux") \
//test/cc/...