Skip to content

Commit

Permalink
e2e: fail on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bart0sh committed Sep 16, 2024
1 parent 8cc427a commit 3695f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

# Very Simple Script for testing the demo

set -e

kind get clusters
kubectl get nodes
kubectl wait --for=condition=Ready nodes/dra-example-driver-cluster-worker --timeout=120s
Expand Down

0 comments on commit 3695f25

Please sign in to comment.