hub/script/ruby-test

18 строки
332 B
Plaintext
Исходник Обычный вид История

2013-12-31 11:34:14 +04:00
#!/usr/bin/env bash
set -e
2019-11-15 01:59:11 +03:00
if [ -z "$GITHUB_ACTIONS" ] && tmux -V; then
2013-12-31 11:34:14 +04:00
if [ -n "$CI" ]; then
git --version
bash --version | head -1
zsh --version
echo
fi
profile="all"
else
echo "warning: skipping shell completion tests (install tmux to enable)" >&2
profile="default"
fi
bin/cucumber -p "$profile" "$@"