fix(e2e): apply RBAC before deploy step #85

Closed
privilegedescalation-engineer[bot] wants to merge 2 commits from fix/e2e-rbac-apply-step into main
Showing only changes of commit 2734e0f554 - Show all commits
-3
View File
@@ -35,9 +35,6 @@ jobs:
- name: Setup Helm
uses: azure/setup-helm@v4
- name: Apply RBAC
run: kubectl apply -f deployment/e2e-ci-runner-rbac.yaml
- name: Install dependencies
run: npm ci