Skip to content

chore(compose): switch tun2proxy from ubuntu to alpine image #15

chore(compose): switch tun2proxy from ubuntu to alpine image

chore(compose): switch tun2proxy from ubuntu to alpine image #15

Workflow file for this run

name: E2E Tests (Linux)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
e2e-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Docker Compose e2e tests
run: docker compose -f compose.e2e.yml up --build --abort-on-container-exit --exit-code-from test-runner
- name: Cleanup Docker Compose
if: always()
run: docker compose -f compose.e2e.yml down -v