Skip to content

Commit

Permalink
Merge pull request #594 from nestoracunablanco/fix/callUnitTestTwice
Browse files Browse the repository at this point in the history
fix: make unit-tests can be called more than once
  • Loading branch information
kubevirt-bot authored Jul 29, 2024
2 parents 004ba06 + 0990fbb commit 73c6fa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automation/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -ex
templates=$(ls dist/templates/*)
namespace="kubevirt"

oc delete namespace ${namespace} || true

echo "Testing fresh installation..."
oc apply -f - <<EOF
apiVersion: v1
Expand Down

0 comments on commit 73c6fa0

Please sign in to comment.