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 088550744f - Show all commits
+3
View File
@@ -35,6 +35,9 @@ 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