Skip to content

Commit

Permalink
stop running kubewarden-ui tests in dashboard ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Jun 21, 2024
1 parent 4abdb21 commit ee2ee2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell/scripts/test-plugins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ function clone_repo_test_extension_build() {
# test build-pkg
FORCE_COLOR=true yarn build-pkg $PKG_NAME | cat

# kubewarden has some unit tests and they should be quick to run... Let's check them as well
if [ "${REPO_NAME}" == "kubewarden-ui" ]; then
yarn test:ci
fi
# # kubewarden has some unit tests and they should be quick to run... Let's check them as well
# if [ "${REPO_NAME}" == "kubewarden-ui" ]; then
# yarn test:ci
# fi

# return back to the base path
popd
Expand Down

0 comments on commit ee2ee2e

Please sign in to comment.