This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-kube-vip-plugin/.github/workflows/e2e.yaml
T
Chris Farhood d1ff6f3a6b fix(e2e): update plugin-e2e.yaml ref to hugh/fix-e2e-playwright-install-pnpm
Updates reusable workflow ref to include Playwright cache + retry fix from
PR privilegedescalation/.github#145.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 16:59:50 +00:00

24 lines
444 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@hugh/fix-e2e-playwright-install-pnpm
with:
node-version: "22"
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev