mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
Remove HRMS verification step from GitHub Actions workflow for streamlined application checks
This commit is contained in:
parent
02c09802d9
commit
5311199446
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-dokploy.yml
vendored
1
.github/workflows/build-dokploy.yml
vendored
|
|
@ -136,7 +136,6 @@ jobs:
|
|||
echo "Verifying 5 core apps are installed..."
|
||||
docker-compose -f dokploy/docker-compose.yml exec -T backend bash -c "
|
||||
bench --site test.localhost list-apps | grep -q 'erpnext' || exit 1
|
||||
bench --site test.localhost list-apps | grep -q 'hrms' || exit 1
|
||||
bench --site test.localhost list-apps | grep -q 'crm' || exit 1
|
||||
bench --site test.localhost list-apps | grep -q 'helpdesk' || exit 1
|
||||
bench --site test.localhost list-apps | grep -q 'payments' || exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue