diff --git a/.github/workflows/schedule_tests_som_leads_polissa.yml b/.github/workflows/schedule_tests_som_leads_polissa.yml new file mode 100644 index 000000000..c84641cba --- /dev/null +++ b/.github/workflows/schedule_tests_som_leads_polissa.yml @@ -0,0 +1,16 @@ +# This workflow will pass tests of module passed by input + +name: som_leads_polissa +on: + workflow_dispatch: + schedule: + - cron: '0 0 * * 1' +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_leads_polissa + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} diff --git a/README.md b/README.md index 6d5856a05..eb474c4dc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ tests | name | description [![som_informe](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_informe.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_informe.yml) | [som_informe](som_informe/) | [![som_inversions](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_inversions.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_inversions.yml) | [som_inversions](som_inversions/) | [![som_l10n_ES_aeat_mod347](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml) | [som_l10n_ES_aeat_mod347](som_l10n_ES_aeat_mod347/) | +[![som_leads_polissa](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_leads_polissa.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_leads_polissa.yml) | [som_leads_polissa](som_leads_polissa/) | [![som_municipal_taxes](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_municipal_taxes.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_municipal_taxes.yml) | [som_municipal_taxes](som_municipal_taxes/) | [![som_partner_account](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_account.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_account.yml) | [som_partner_account](som_partner_account/) | [![som_partner_seq](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_seq.yml/badge.svg)](https://github.com/Som-Energia/openerp_som_addons/actions/workflows/schedule_tests_som_partner_seq.yml) | [som_partner_seq](som_partner_seq/) |