From 88b20fe9eb4f2e6458152e9ceaa78d6222801535 Mon Sep 17 00:00:00 2001 From: destanyol Date: Tue, 17 Dec 2024 15:04:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(leads)=20Afegir=20leads=20al=20?= =?UTF-8?q?ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schedule_tests_som_leads_polissa.yml | 16 ++++++++++++++++ README.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 .github/workflows/schedule_tests_som_leads_polissa.yml 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/) |