Skip to content

fix(bootstrap): improve error message when Podman socket is not active #55

fix(bootstrap): improve error message when Podman socket is not active

fix(bootstrap): improve error message when Podman socket is not active #55

Workflow file for this run

name: Branch E2E Checks
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
permissions:
contents: read
packages: write
jobs:
build-gateway:
if: contains(github.event.pull_request.labels.*.name, 'test:e2e')
uses: ./.github/workflows/docker-build.yml
with:
component: gateway
platform: linux/arm64
runner: ubuntu-24.04-arm
build-cluster:
if: contains(github.event.pull_request.labels.*.name, 'test:e2e')
uses: ./.github/workflows/docker-build.yml
with:
component: cluster
platform: linux/arm64
runner: ubuntu-24.04-arm
e2e:
needs: [build-gateway, build-cluster]
uses: ./.github/workflows/e2e-test.yml
with:
image-tag: ${{ github.sha }}
runner: ubuntu-24.04-arm