Skip to content

Commit 32062ce

Browse files
Mohd KamaalMohd Kamaal
authored andcommitted
add dir to ci
Signed-off-by: Mohd Kamaal <mohdcode@MacBook-Air.local>
1 parent 29fac9d commit 32062ce

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,24 @@ jobs:
147147
path: best-practices-cel
148148
shard-index: ${{ matrix.shard-index }}
149149
shard-count: 2
150+
151+
best-practices-vpol:
152+
strategy:
153+
fail-fast: false
154+
matrix:
155+
k8s-version: [v1.30.13, v1.31.9, v1.32.5, v1.33.1]
156+
runs-on: ubuntu-latest
157+
steps:
158+
- name: Checkout
159+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
160+
- name: Setup Environment
161+
uses: ./.github/actions/setup-env
162+
with:
163+
k8s-version: ${{ matrix.k8s-version }}
164+
- name: Run Tests
165+
uses: ./.github/actions/run-tests
166+
with:
167+
path: best-practices-vpol
150168

151169
best-practices-mpol:
152170
strategy:
@@ -1095,6 +1113,7 @@ jobs:
10951113
- aws
10961114
- aws-cel
10971115
- best-practices
1116+
- best-practices-vpol
10981117
- best-practices-cel
10991118
- best-practices-mpol
11001119
- best-practices-gpol
@@ -1160,6 +1179,7 @@ jobs:
11601179
- aws
11611180
- aws-cel
11621181
- best-practices
1182+
- best-practices-vpol
11631183
- best-practices-cel
11641184
- best-practices-mpol
11651185
- best-practices-gpol

0 commit comments

Comments
 (0)