Skip to content

fix(proxy): surface codex websocket loop failures in livez #3371

fix(proxy): surface codex websocket loop failures in livez

fix(proxy): surface codex websocket loop failures in livez #3371

Workflow file for this run

name: Wrap E2E
on:
pull_request:
branches: [main]
paths:
- 'headroom/**'
- 'crates/**'
- 'docker/**'
- 'Dockerfile'
- 'e2e/**'
- 'scripts/install*'
- 'pyproject.toml'
- 'Cargo.toml'
- 'Cargo.lock'
- 'rust-toolchain.toml'
- 'uv.lock'
- 'sdk/typescript/**'
- 'plugins/openclaw/**'
- '.github/workflows/wrap-e2e.yml'
push:
branches: [main]
workflow_dispatch:
concurrency:
group: wrap-e2e-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
docker-wrap-e2e:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v6
- name: Build wrap e2e image
run: docker build -f e2e/wrap/Dockerfile -t headroom-wrap-e2e .
- name: Run wrap e2e container
run: docker run --rm headroom-wrap-e2e