Skip to content

Mirrored from envoyproxy/envoy @ f9ec5b8e59de6cf5cafdab2a954b03b83b58… #1992

Mirrored from envoyproxy/envoy @ f9ec5b8e59de6cf5cafdab2a954b03b83b58…

Mirrored from envoyproxy/envoy @ f9ec5b8e59de6cf5cafdab2a954b03b83b58… #1992

Workflow file for this run

name: CI Build and Test
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: build and test
run: make docker_tests