fix(e2e): restore Build plugin step indentation

The RBAC step removal accidentally moved Build plugin to root level.
Fixes YAML parse error that would prevent E2E workflow from running.
This commit is contained in:
2026-05-05 00:56:31 +00:00
committed by Hugh Hackman [agent]
parent 587aef820f
commit 69b0ba3bcb
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build plugin
- name: Build plugin
run: npx @kinvolk/headlamp-plugin build
- name: Deploy E2E Headlamp instance