mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Run same tests on Shippable as on Travis. (#4889)
Run the same tests as used on Travis.
This commit is contained in:
parent
989793483f
commit
f1be653737
6 changed files with 28 additions and 1 deletions
|
@ -10,7 +10,7 @@ repo="${REPO_NAME}"
|
|||
|
||||
if [ "${is_pr}" != "true" ]; then
|
||||
echo "Module integration tests are only supported on pull requests."
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
case "${repo}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue