Skip to content

Commit

Permalink
Merge pull request #142 from jsturtevant/fix-integration-test
Browse files Browse the repository at this point in the history
Integration tests wasn't running
  • Loading branch information
k8s-ci-robot committed Mar 12, 2024
2 parents a6ef6f8 + cd68441 commit 2c0e701
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admission-webhook/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,10 @@ run_integration_tests() {
exit 1
fi
else
if [[ "$DEPLOY_METHOD" == 'download' ]]; then
make integration_tests
fi
if [[ "$DEPLOY_METHOD" == 'chart' ]]; then
make integration_tests_chart
else
make integration_tests
fi
fi
}
Expand Down

0 comments on commit 2c0e701

Please sign in to comment.