mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
ci: Rename travis_fold to ci_fold and add GHA support
This commit is contained in:
@@ -66,7 +66,7 @@ main() {(
|
||||
fi
|
||||
fi
|
||||
if test "$FAILED" = 1 ; then
|
||||
travis_fold start "$NVIM_TEST_CURRENT_SUITE/$test_name"
|
||||
ci_fold start "$NVIM_TEST_CURRENT_SUITE/$test_name"
|
||||
fi
|
||||
valgrind_check .
|
||||
if test -n "$LOG_DIR" ; then
|
||||
@@ -78,7 +78,7 @@ main() {(
|
||||
fi
|
||||
rm -f "$tlog"
|
||||
if test "$FAILED" = 1 ; then
|
||||
travis_fold end "$NVIM_TEST_CURRENT_SUITE/$test_name"
|
||||
ci_fold end "$NVIM_TEST_CURRENT_SUITE/$test_name"
|
||||
fi
|
||||
if test "$FAILED" = 1 ; then
|
||||
echo "Test $test_name failed, see output above and summary for more details" >> test.log
|
||||
|
Reference in New Issue
Block a user