fix(e2e): use pnpm-capable workflow branch and add namespace param

PRI-634 follow-up
This commit is contained in:
2026-05-05 12:08:22 +00:00
committed by Hugh Hackman [agent]
parent 67602fb279
commit 683bffa167
+23
View File
@@ -0,0 +1,23 @@
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/add-pnpm-support-plugin-e2e
with:
node-version: "22"
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev