File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 43
43
- container : ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
44
44
name : test with OCB
45
45
makepot : " true"
46
+ sonar : " true"
46
47
services :
47
48
postgres :
48
49
image : postgres:15.0
68
69
- name : Copy OpenG2P modules to addons directory
69
70
# exclude openg2p-registry/odoo-addon-base_rest as it is not migrated to 17.0
70
71
run : |
71
- rm -rf openg2p-registry/*rest_api* openg2p-program/*rest_api*
72
+ rm -rf openg2p-registry/*rest_api* openg2p-program/*rest_api* openg2p-program/g2p_payment_files
72
73
cp -r openg2p-registry/* ${ADDONS_DIR}/
73
74
cp -r openg2p-program/* ${ADDONS_DIR}/
74
75
cp -r geospatial/* ${ADDONS_DIR}/
93
94
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
94
95
SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
95
96
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
+ if : ${{ matrix.sonar == 'true' && github.event_name == 'push' && github.repository_owner == 'openspp' }}
You can’t perform that action at this time.
0 commit comments