From 531119944695dd5dee3fad8e8f933a3f17959ada Mon Sep 17 00:00:00 2001 From: ubden Date: Tue, 14 Oct 2025 08:47:52 +0300 Subject: [PATCH] Remove HRMS verification step from GitHub Actions workflow for streamlined application checks --- .github/workflows/build-dokploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-dokploy.yml b/.github/workflows/build-dokploy.yml index f08fbb29..4bfa0cd7 100644 --- a/.github/workflows/build-dokploy.yml +++ b/.github/workflows/build-dokploy.yml @@ -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