Skip to content

Commit

Permalink
ci: don't run tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed May 5, 2024
1 parent 365c2e2 commit 2c2bf87
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,11 @@ 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:"
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

0 comments on commit 2c2bf87

Please sign in to comment.