Skip to content

Fix all broken docs links in README after docs migration (#161) #122

Fix all broken docs links in README after docs migration (#161)

Fix all broken docs links in README after docs migration (#161) #122

Workflow file for this run

name: Wrap E2E
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
docker-wrap-e2e:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- 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