From 2c2bf87cab7464f3fd29e1d6313dd46ffaa99325 Mon Sep 17 00:00:00 2001 From: Tyler Matteson Date: Sun, 5 May 2024 15:30:22 -0400 Subject: [PATCH] ci: don't run tests twice --- .github/helper/install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index b27244f..1e0e7c0 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -55,10 +55,6 @@ bench get-app cloud_storage "${GITHUB_WORKSPACE}" --skip-assets bench setup requirements --python bench use test_site -bench start &> bench_run_logs.txt & -CI=Yes & -bench --site test_site reinstall --yes --admin-password admin - echo "BENCH VERSION NUMBERS:" bench version echo "SITE LIST-APPS:" @@ -66,4 +62,4 @@ bench list-apps bench start &> bench_run_logs.txt & CI=Yes & -bench --site test_site install-app cloud_storage +bench --site test_site reinstall --yes --admin-password admin \ No newline at end of file