Skip to content

Commit

Permalink
chore: delete echo msg (#5563)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Oct 20, 2023
1 parent 3034d27 commit bade424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/utils/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ set_test_packages() {
if ( find $pkgs_dir -maxdepth 1 -type f -name '*_test.go' ) > /dev/null; then
skip_check=$(skip_check_pkg "$pkgs_dir")
if [[ "$skip_check" == "true" ]]; then
echo "skip check pkg:$pkgs_dir"
return
fi
if [[ -z "$TEST_PACKAGES" ]]; then
Expand Down

0 comments on commit bade424

Please sign in to comment.