From 63b18f3fd30045541762b6c424ac72f9bf858e8a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Aug 2021 17:59:59 +0300 Subject: workflows/ci: run integration tests for PyPI The example config must have clone_via_ssh = false for that to work. --- test/integration/example/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration') diff --git a/test/integration/example/test.sh b/test/integration/example/test.sh index ee5656d..f1f193d 100755 --- a/test/integration/example/test.sh +++ b/test/integration/example/test.sh @@ -26,7 +26,7 @@ cleanup() { echo "Removing output directory: $output_dir" rm -rf -- "$output_dir" echo "Reverting clone_via_ssh settings: $cgitize_toml_path" - clone_via_ssh_true + clone_via_ssh_false } cgitize() { -- cgit v1.2.3