Skip to content

Commit

Permalink
fix: reinstall after restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Aug 22, 2024
1 parent f566d9f commit a9a46a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ wait $wkpid

bench use test_site
bench start &
bench reinstall --yes

# bench --site test_site restore ${GITHUB_WORKSPACE}/20240822_162707-a1_localhost-database.sql.gz
bench --site test_site restore ${GITHUB_WORKSPACE}/20240822_162707-a1_localhost-database.sql.gz

bench --verbose install-app india_compliance
bench --site test_site add-to-hosts
bench --site test_site remove-from-installed-apps india_compliance
bench reinstall --yes

bench --verbose install-app india_compliance
bench --site test_site add-to-hosts

0 comments on commit a9a46a1

Please sign in to comment.