Skip to content

Commit 95bb51b

Browse files
committed
fix CI error
Signed-off-by: JaredforReal <[email protected]>
1 parent 274d029 commit 95bb51b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/k8s-integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
234234
# Copy resources for CI testing
235235
cp ../deployment.yaml ./deployment.yaml
236-
cp ../pvc.yaml ./pvc.yaml
236+
cp ../pv-models.yaml ./pv-models.yaml
237237
238238
# Optimize init container for CI testing
239239
# 1. Update pip install to include hf_transfer for faster downloads
@@ -255,7 +255,7 @@ jobs:
255255
256256
resources:
257257
- namespace.yaml
258-
- pvc.yaml
258+
- pv-models.yaml
259259
- deployment.yaml
260260
- service.yaml
261261

0 commit comments

Comments
 (0)