Skip to content

Commit

Permalink
🔧 (leads) Afegir leads al ci
Browse files Browse the repository at this point in the history
  • Loading branch information
destanyol committed Dec 17, 2024
1 parent 595177d commit 88b20fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/schedule_tests_som_leads_polissa.yml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
Expand Down

0 comments on commit 88b20fe

Please sign in to comment.