From b1fc9ec0204bba79ea13e3ddab846e825566bac5 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 11:54:05 +0000 Subject: [PATCH] fix(e2e): use pnpm-capable workflow branch and add namespace param --- .github/workflows/e2e.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/e2e.yaml diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml new file mode 100644 index 0000000..a92ff61 --- /dev/null +++ b/.github/workflows/e2e.yaml @@ -0,0 +1,22 @@ +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