Skip to content

Commit 9b7f847

Browse files
[feat] move rbac_test.py to scripts (#3256)
Signed-off-by: robert-cronin <[email protected]>
1 parent 893375a commit 9b7f847

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/consistency-check.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,4 @@ jobs:
154154
155155
- name: Check rbac configuration
156156
run: |
157-
cd helm-chart/script/
158-
pytest -s
157+
pytest -s scripts/rbac_test.py

helm-chart/script/rbac_test.py scripts/rbac_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import jsonpatch
99

1010

11-
REPO_ROOT = Path(__file__).absolute().parent.parent.parent
11+
REPO_ROOT = Path(__file__).absolute().parent.parent
1212

1313

1414
def generate_config_patch(config):

0 commit comments

Comments
 (0)