aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 13:30:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 17:27:52 +0300
commitd11ae2efc9c59d45bea122d496e43dbb3044f922 (patch)
tree5269ddf0f6cdbabc899feff14abe4dc026fb5182 /test
parentworkflows/ci: mention Gitlab access token (diff)
downloadcgitize-d11ae2efc9c59d45bea122d496e43dbb3044f922.tar.gz
cgitize-d11ae2efc9c59d45bea122d496e43dbb3044f922.zip
workflows/ci: run SSH integration tests
Allowed by setting up ssh-agent inside a run.
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/example/test.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/integration/example/test.sh b/test/integration/example/test.sh
index 6991697..f7b16e6 100755
--- a/test/integration/example/test.sh
+++ b/test/integration/example/test.sh
@@ -177,11 +177,7 @@ test_one_repo() {
main() {
trap cleanup EXIT
- if [ -z "${CI+y}" ]; then
- # Skip this on CI; there're no SSH keys to authenticate against GitHub,
- # etc. there.
- test_ssh
- fi
+ test_ssh
test_https
test_one_repo
}