Skip to content

Commit 2ed568b

Browse files
authored
remove broken modules
1 parent 89355d2 commit 2ed568b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
4444
name: test with OCB
4545
makepot: "true"
46+
sonar: "true"
4647
services:
4748
postgres:
4849
image: postgres:15.0
@@ -68,7 +69,7 @@ jobs:
6869
- name: Copy OpenG2P modules to addons directory
6970
# exclude openg2p-registry/odoo-addon-base_rest as it is not migrated to 17.0
7071
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
7273
cp -r openg2p-registry/* ${ADDONS_DIR}/
7374
cp -r openg2p-program/* ${ADDONS_DIR}/
7475
cp -r geospatial/* ${ADDONS_DIR}/
@@ -93,3 +94,4 @@ jobs:
9394
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9495
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
9596
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97+
if: ${{ matrix.sonar == 'true' && github.event_name == 'push' && github.repository_owner == 'openspp' }}

0 commit comments

Comments
 (0)