Skip to content

Commit 052b8db

Browse files
committed
Cleanup buildfile
1 parent 6b8108a commit 052b8db

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,23 @@ jobs:
103103
run: git clone https://github.com/OpenSPP/mukit-modules.git --depth 1 --branch 17.0-openspp
104104
- name: Copy OpenG2P modules to addons directory, remove tests and unsupported modules
105105
run: |
106-
# rm -rf openg2p-program/*rest_api*
106+
rm -rf openg2p-registry/*/tests
107107
rm -rf openg2p-registry/g2p_documents
108108
rm -rf openg2p-registry/g2p_odk_importer
109109
rm -rf openg2p-registry/g2p_odk_user_mapping
110110
rm -rf openg2p-registry/g2p_profile_image
111111
rm -rf openg2p-registry/g2p_registry_documents
112+
rm -rf openg2p-program/*/tests
112113
rm -rf openg2p-program/g2p_entitlement_voucher
113114
rm -rf openg2p-program/g2p_odk_importer_program
114115
rm -rf openg2p-program/g2p_formio
115116
rm -rf openg2p-program/g2p_notifications_voucher
116117
rm -rf openg2p-program/g2p_payment_cash
117118
rm -rf openg2p-program/g2p_payment_g2p_connect
118119
rm -rf openg2p-program/g2p_program_documents
119-
rm -rf openg2p-registry/*/tests
120-
rm -rf openg2p-program/*/tests
121120
rm -rf openg2p-security/*/tests
121+
rm -rf openg2p-security/g2p_encryption_keymanager
122+
rm -rf openg2p-security/g2p_registry_encryption
122123
rm -rf openg2p-storage/*/tests
123124
rm -rf openg2p-vci/*/tests
124125
rm -rf mukit-modules/muk_web_enterprise_theme
@@ -137,8 +138,6 @@ jobs:
137138
- name: Add g2p-programs and odoo-test-helper to spp-test-requirements.txt
138139
run: |
139140
echo "git+https://github.com/OpenSPP/[email protected]#subdirectory=g2p_programs" >> spp-test-requirements.txt
140-
# echo "git+https://github.com/OpenSPP/[email protected]#subdirectory=storage_backend_s3" >> spp-test-requirements.txt
141-
# echo "git+https://github.com/OpenSPP/[email protected]#subdirectory=storage_backend" >> spp-test-requirements.txt
142141
echo "odoo-test-helper" >> spp-test-requirements.txt
143142
- name: Replace test-requirements.txt with spp-test-requirements.txt
144143
run: |

0 commit comments

Comments
 (0)