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:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build plugin
|
- name: Build plugin
|
||||||
run: npx @kinvolk/headlamp-plugin build
|
run: npx @kinvolk/headlamp-plugin build
|
||||||
|
|
||||||
- name: Deploy E2E Headlamp instance
|
- name: Deploy E2E Headlamp instance
|
||||||
@@ -100,4 +100,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
path: test-results/
|
path: test-results/
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
Reference in New Issue
Block a user