Skip to content

Commit

Permalink
[ci] remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Mar 8, 2024
1 parent a4dc10c commit 6fd3a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/detect_and_test_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ TEST_FILES=$(echo "$TEST_FILES" | tr ' ' '\n' | sort -u | tr '\n' ' ')
if [ -n "$TEST_FILES" ]; then
echo "Running tests for changed contracts:"
echo $TEST_FILES
truffle test $TEST_FILES | tee test-output.txt
truffle test $TEST_FILES
else
echo "No contract changes detected."
fi

0 comments on commit 6fd3a2b

Please sign in to comment.