Skip to content

Commit ff0fa47

Browse files
committed
Kubernetes nightly tests
1 parent f2c4d77 commit ff0fa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/tests/scripts/test_mnist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function start_minikube_cluster() {
1515
echo "Removing any previous Kubernetes cluster"
1616
minikube delete
1717
echo "Starting Kubernetes cluster"
18-
minikube start --gpus all --mount-string="$GITHUB_WORKSPACE/serve:/host" --mount
18+
minikube start --gpus all --mount-string="$GITHUB_WORKSPACE:/host" --mount
1919
minikube addons enable metrics-server
2020
}
2121

0 commit comments

Comments
 (0)