Skip to content

Commit

Permalink
ci: Ensure pre-test setup happens before install
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Dec 19, 2024
1 parent 80d82f8 commit 97ded8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
bench get-app caffeine $GITHUB_WORKSPACE
bench setup requirements --dev
bench new-site --db-root-password root --admin-password admin test_site
bench --site test_site execute frappe.utils.install.before_tests
bench --site test_site install-app caffeine
env:
CI: 'Yes'
Expand All @@ -101,7 +102,6 @@ jobs:
working-directory: /home/runner/frappe-bench/sites
run: |
bench --site test_site set-config allow_tests true
bench --site test_site execute frappe.utils.install.before_tests
bench --site test_site run-microbenchmarks -l2 -p2 -w0 --quiet
env:
TYPE: server

0 comments on commit 97ded8a

Please sign in to comment.