chore: remove E2E testing and fix CI pnpm errors (#78)
* chore: remove E2E testing and fix CI pnpm build errors Delete all non-browser E2E testing infrastructure (board directive). Fix ERR_PNPM_IGNORED_BUILDS by adding pnpm.onlyBuiltDependencies. Co-Authored-By: Paperclip <noreply@paperclip.ing> * fix: pin pnpm 9.15.4 and regenerate lockfile for CI Adds packageManager field so CI uses Corepack with pnpm 9 instead of pnpm@latest (11.x), which has incompatible build script approval. Co-Authored-By: Paperclip <noreply@paperclip.ing> --------- Co-authored-by: Chris Farhood <chris@farhood.org> Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #78.
This commit is contained in:
committed by
GitHub
parent
296c43ad06
commit
a4a0f2d7cd
@@ -1,23 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user