Skip to content

Commit 4a27e36

Browse files
authored
Clear out unnecessary step
1 parent 9eace27 commit 4a27e36

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test-cvs.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,3 @@ jobs:
5656
--repo "$REPO_URL" \
5757
--branch "$TEST_BRANCH" \
5858
--universe-branch "$UNIVERSE_BRANCH"
59-
60-
- name: Test Summary
61-
if: always()
62-
run: |
63-
if [ $? -eq 0 ]; then
64-
echo "✅ All CV validations passed!"
65-
else
66-
echo "❌ CV validation failed. Check logs above for details."
67-
exit 1
68-
fi

0 commit comments

Comments
 (0)