Files
headlamp-rook-plugin/.github/workflows/e2e.yaml
T
Chris Farhood 08a4aa3162 fix(e2e): use main workflow instead of feature branch
After plugin-e2e.yaml fix merges to main (PR privilegedescalation/.github#146),
update this repo to use the fixed main workflow instead of the temporary
hugh/add-pnpm-support-plugin-e2e feature branch.
2026-05-05 18:03:14 +00:00

24 lines
412 B
YAML

name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: e2e-${{ github.repository }}
cancel-in-progress: false
jobs:
e2e:
uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main
with:
node-version: '22'
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev