From ec8ad0b327570358b6ab04432e417d8c8c2b736e Mon Sep 17 00:00:00 2001 From: Oriol Piera Date: Fri, 2 Feb 2024 11:56:08 +0100 Subject: [PATCH] Add all current modules --- .../schedule_tests_account_account_som.yml | 4 ++-- .../schedule_tests_account_invoice_som.yml | 4 ++-- .../schedule_tests_base_extended_som.yml | 17 +++++++++++++++++ ...edule_tests_dx_invoice_supplier_renumber.yml | 17 +++++++++++++++++ ...ule_tests_giscedata_facturacio_comer_som.yml | 17 +++++++++++++++++ .../schedule_tests_giscedata_facturacio_som.yml | 17 +++++++++++++++++ .github/workflows/schedule_tests_powersms.yml | 17 +++++++++++++++++ ...hedule_tests_som_account_invoice_pending.yml | 17 +++++++++++++++++ .github/workflows/schedule_tests_som_atc.yml | 17 +++++++++++++++++ .../schedule_tests_som_autofactura.yml | 17 +++++++++++++++++ .../schedule_tests_som_autoreclama.yml | 17 +++++++++++++++++ .../schedule_tests_som_control_reports.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_crawlers.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_dashboard.yml | 17 +++++++++++++++++ .../schedule_tests_som_documents_sensibles.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_empowering.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_energetica.yml | 17 +++++++++++++++++ ...hedule_tests_som_extend_facturacio_comer.yml | 17 +++++++++++++++++ ...ule_tests_som_extend_facturacio_facturae.yml | 17 +++++++++++++++++ .../schedule_tests_som_facturacio_calculada.yml | 17 +++++++++++++++++ .../schedule_tests_som_facturacio_comer.yml | 17 +++++++++++++++++ ...schedule_tests_som_facturacio_flux_solar.yml | 17 +++++++++++++++++ .../schedule_tests_som_facturacio_switching.yml | 17 +++++++++++++++++ .../schedule_tests_som_factures_paper.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_indexada.yml | 17 +++++++++++++++++ .../schedule_tests_som_infoenergia.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_informe.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_inversions.yml | 17 +++++++++++++++++ .../schedule_tests_som_l10n_ES_aeat_mod347.yml | 17 +++++++++++++++++ .../schedule_tests_som_partner_account.yml | 17 +++++++++++++++++ .../schedule_tests_som_partner_seq.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_polissa.yml | 17 +++++++++++++++++ ...chedule_tests_som_polissa_administradora.yml | 17 +++++++++++++++++ ...le_tests_som_polissa_condicions_generals.yml | 17 +++++++++++++++++ ...sts_som_polissa_condicions_generals_m101.yml | 17 +++++++++++++++++ .../schedule_tests_som_polissa_soci.yml | 17 +++++++++++++++++ ...le_tests_som_poweremail_common_templates.yml | 17 +++++++++++++++++ .../schedule_tests_som_remeses_base.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_switching.yml | 17 +++++++++++++++++ .../workflows/schedule_tests_som_telemesura.yml | 17 +++++++++++++++++ .../schedule_tests_som_webforms_helpers.yml | 17 +++++++++++++++++ .../schedule_tests_uiqmako_helpers.yml | 17 +++++++++++++++++ .github/workflows/schedule_tests_www_som.yml | 17 +++++++++++++++++ 43 files changed, 701 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/schedule_tests_base_extended_som.yml create mode 100644 .github/workflows/schedule_tests_dx_invoice_supplier_renumber.yml create mode 100644 .github/workflows/schedule_tests_giscedata_facturacio_comer_som.yml create mode 100644 .github/workflows/schedule_tests_giscedata_facturacio_som.yml create mode 100644 .github/workflows/schedule_tests_powersms.yml create mode 100644 .github/workflows/schedule_tests_som_account_invoice_pending.yml create mode 100644 .github/workflows/schedule_tests_som_atc.yml create mode 100644 .github/workflows/schedule_tests_som_autofactura.yml create mode 100644 .github/workflows/schedule_tests_som_autoreclama.yml create mode 100644 .github/workflows/schedule_tests_som_control_reports.yml create mode 100644 .github/workflows/schedule_tests_som_crawlers.yml create mode 100644 .github/workflows/schedule_tests_som_dashboard.yml create mode 100644 .github/workflows/schedule_tests_som_documents_sensibles.yml create mode 100644 .github/workflows/schedule_tests_som_empowering.yml create mode 100644 .github/workflows/schedule_tests_som_energetica.yml create mode 100644 .github/workflows/schedule_tests_som_extend_facturacio_comer.yml create mode 100644 .github/workflows/schedule_tests_som_extend_facturacio_facturae.yml create mode 100644 .github/workflows/schedule_tests_som_facturacio_calculada.yml create mode 100644 .github/workflows/schedule_tests_som_facturacio_comer.yml create mode 100644 .github/workflows/schedule_tests_som_facturacio_flux_solar.yml create mode 100644 .github/workflows/schedule_tests_som_facturacio_switching.yml create mode 100644 .github/workflows/schedule_tests_som_factures_paper.yml create mode 100644 .github/workflows/schedule_tests_som_indexada.yml create mode 100644 .github/workflows/schedule_tests_som_infoenergia.yml create mode 100644 .github/workflows/schedule_tests_som_informe.yml create mode 100644 .github/workflows/schedule_tests_som_inversions.yml create mode 100644 .github/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml create mode 100644 .github/workflows/schedule_tests_som_partner_account.yml create mode 100644 .github/workflows/schedule_tests_som_partner_seq.yml create mode 100644 .github/workflows/schedule_tests_som_polissa.yml create mode 100644 .github/workflows/schedule_tests_som_polissa_administradora.yml create mode 100644 .github/workflows/schedule_tests_som_polissa_condicions_generals.yml create mode 100644 .github/workflows/schedule_tests_som_polissa_condicions_generals_m101.yml create mode 100644 .github/workflows/schedule_tests_som_polissa_soci.yml create mode 100644 .github/workflows/schedule_tests_som_poweremail_common_templates.yml create mode 100644 .github/workflows/schedule_tests_som_remeses_base.yml create mode 100644 .github/workflows/schedule_tests_som_switching.yml create mode 100644 .github/workflows/schedule_tests_som_telemesura.yml create mode 100644 .github/workflows/schedule_tests_som_webforms_helpers.yml create mode 100644 .github/workflows/schedule_tests_uiqmako_helpers.yml create mode 100644 .github/workflows/schedule_tests_www_som.yml diff --git a/.github/workflows/schedule_tests_account_account_som.yml b/.github/workflows/schedule_tests_account_account_som.yml index 69188c938..0bd340f58 100644 --- a/.github/workflows/schedule_tests_account_account_som.yml +++ b/.github/workflows/schedule_tests_account_account_som.yml @@ -1,13 +1,13 @@ # This workflow will pass tests of module passed by input -name: TEST_account_account_som +name: account_account_som on: schedule: - cron: '0 0 * * 1' pull_request: branches: [ main ] jobs: - call-workflow-2-in-local-repo: + erp-tests-module: uses: ./.github/workflows/reusable_workflow.yml with: module: account_account_som diff --git a/.github/workflows/schedule_tests_account_invoice_som.yml b/.github/workflows/schedule_tests_account_invoice_som.yml index a4ee5fa6f..81ddb4ce3 100644 --- a/.github/workflows/schedule_tests_account_invoice_som.yml +++ b/.github/workflows/schedule_tests_account_invoice_som.yml @@ -1,13 +1,13 @@ # This workflow will pass tests of module passed by input -name: TEST_account_invoice_som +name: account_invoice_som on: schedule: - cron: '0 0 * * 1' pull_request: branches: [ main ] jobs: - call-workflow-2-in-local-repo: + erp-tests-module: uses: ./.github/workflows/reusable_workflow.yml with: module: account_invoice_som diff --git a/.github/workflows/schedule_tests_base_extended_som.yml b/.github/workflows/schedule_tests_base_extended_som.yml new file mode 100644 index 000000000..749e1ef7f --- /dev/null +++ b/.github/workflows/schedule_tests_base_extended_som.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: base_extended_som +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: base_extended_som + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_dx_invoice_supplier_renumber.yml b/.github/workflows/schedule_tests_dx_invoice_supplier_renumber.yml new file mode 100644 index 000000000..a36254f43 --- /dev/null +++ b/.github/workflows/schedule_tests_dx_invoice_supplier_renumber.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: dx_invoice_supplier_renumber +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: dx_invoice_supplier_renumber + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_giscedata_facturacio_comer_som.yml b/.github/workflows/schedule_tests_giscedata_facturacio_comer_som.yml new file mode 100644 index 000000000..80c9ceb8e --- /dev/null +++ b/.github/workflows/schedule_tests_giscedata_facturacio_comer_som.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: giscedata_facturacio_comer_som +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: giscedata_facturacio_comer_som + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_giscedata_facturacio_som.yml b/.github/workflows/schedule_tests_giscedata_facturacio_som.yml new file mode 100644 index 000000000..9aa1ed4a9 --- /dev/null +++ b/.github/workflows/schedule_tests_giscedata_facturacio_som.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: giscedata_facturacio_som +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: giscedata_facturacio_som + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_powersms.yml b/.github/workflows/schedule_tests_powersms.yml new file mode 100644 index 000000000..425e729ce --- /dev/null +++ b/.github/workflows/schedule_tests_powersms.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: powersms +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: powersms + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_account_invoice_pending.yml b/.github/workflows/schedule_tests_som_account_invoice_pending.yml new file mode 100644 index 000000000..5c484fd35 --- /dev/null +++ b/.github/workflows/schedule_tests_som_account_invoice_pending.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_account_invoice_pending +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_account_invoice_pending + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_atc.yml b/.github/workflows/schedule_tests_som_atc.yml new file mode 100644 index 000000000..0b546c94d --- /dev/null +++ b/.github/workflows/schedule_tests_som_atc.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_atc +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_atc + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_autofactura.yml b/.github/workflows/schedule_tests_som_autofactura.yml new file mode 100644 index 000000000..3c5fb82c8 --- /dev/null +++ b/.github/workflows/schedule_tests_som_autofactura.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_autofactura +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_autofactura + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_autoreclama.yml b/.github/workflows/schedule_tests_som_autoreclama.yml new file mode 100644 index 000000000..415498405 --- /dev/null +++ b/.github/workflows/schedule_tests_som_autoreclama.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_autoreclama +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_autoreclama + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_control_reports.yml b/.github/workflows/schedule_tests_som_control_reports.yml new file mode 100644 index 000000000..bb0f068a0 --- /dev/null +++ b/.github/workflows/schedule_tests_som_control_reports.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_control_reports +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_control_reports + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_crawlers.yml b/.github/workflows/schedule_tests_som_crawlers.yml new file mode 100644 index 000000000..89fcaa3d0 --- /dev/null +++ b/.github/workflows/schedule_tests_som_crawlers.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_crawlers +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_crawlers + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_dashboard.yml b/.github/workflows/schedule_tests_som_dashboard.yml new file mode 100644 index 000000000..fd91dfc35 --- /dev/null +++ b/.github/workflows/schedule_tests_som_dashboard.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_dashboard +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_dashboard + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_documents_sensibles.yml b/.github/workflows/schedule_tests_som_documents_sensibles.yml new file mode 100644 index 000000000..eb89aa48f --- /dev/null +++ b/.github/workflows/schedule_tests_som_documents_sensibles.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_documents_sensibles +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_documents_sensibles + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_empowering.yml b/.github/workflows/schedule_tests_som_empowering.yml new file mode 100644 index 000000000..f3f83877a --- /dev/null +++ b/.github/workflows/schedule_tests_som_empowering.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_empowering +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_empowering + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_energetica.yml b/.github/workflows/schedule_tests_som_energetica.yml new file mode 100644 index 000000000..308f3e581 --- /dev/null +++ b/.github/workflows/schedule_tests_som_energetica.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_energetica +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_energetica + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_extend_facturacio_comer.yml b/.github/workflows/schedule_tests_som_extend_facturacio_comer.yml new file mode 100644 index 000000000..924be6e06 --- /dev/null +++ b/.github/workflows/schedule_tests_som_extend_facturacio_comer.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_extend_facturacio_comer +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_extend_facturacio_comer + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_extend_facturacio_facturae.yml b/.github/workflows/schedule_tests_som_extend_facturacio_facturae.yml new file mode 100644 index 000000000..d2a467433 --- /dev/null +++ b/.github/workflows/schedule_tests_som_extend_facturacio_facturae.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_extend_facturacio_facturae +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_extend_facturacio_facturae + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_facturacio_calculada.yml b/.github/workflows/schedule_tests_som_facturacio_calculada.yml new file mode 100644 index 000000000..bb6bf8126 --- /dev/null +++ b/.github/workflows/schedule_tests_som_facturacio_calculada.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_facturacio_calculada +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_facturacio_calculada + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_facturacio_comer.yml b/.github/workflows/schedule_tests_som_facturacio_comer.yml new file mode 100644 index 000000000..fc5fd79d3 --- /dev/null +++ b/.github/workflows/schedule_tests_som_facturacio_comer.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_facturacio_comer +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_facturacio_comer + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_facturacio_flux_solar.yml b/.github/workflows/schedule_tests_som_facturacio_flux_solar.yml new file mode 100644 index 000000000..317272fae --- /dev/null +++ b/.github/workflows/schedule_tests_som_facturacio_flux_solar.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_facturacio_flux_solar +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_facturacio_flux_solar + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_facturacio_switching.yml b/.github/workflows/schedule_tests_som_facturacio_switching.yml new file mode 100644 index 000000000..2729d3aa6 --- /dev/null +++ b/.github/workflows/schedule_tests_som_facturacio_switching.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_facturacio_switching +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_facturacio_switching + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_factures_paper.yml b/.github/workflows/schedule_tests_som_factures_paper.yml new file mode 100644 index 000000000..5a964dad2 --- /dev/null +++ b/.github/workflows/schedule_tests_som_factures_paper.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_factures_paper +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_factures_paper + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_indexada.yml b/.github/workflows/schedule_tests_som_indexada.yml new file mode 100644 index 000000000..32e2b92a8 --- /dev/null +++ b/.github/workflows/schedule_tests_som_indexada.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_indexada +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_indexada + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_infoenergia.yml b/.github/workflows/schedule_tests_som_infoenergia.yml new file mode 100644 index 000000000..be960d454 --- /dev/null +++ b/.github/workflows/schedule_tests_som_infoenergia.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_infoenergia +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_infoenergia + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_informe.yml b/.github/workflows/schedule_tests_som_informe.yml new file mode 100644 index 000000000..5e80a00f5 --- /dev/null +++ b/.github/workflows/schedule_tests_som_informe.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_informe +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_informe + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_inversions.yml b/.github/workflows/schedule_tests_som_inversions.yml new file mode 100644 index 000000000..21b2985fe --- /dev/null +++ b/.github/workflows/schedule_tests_som_inversions.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_inversions +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_inversions + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml b/.github/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml new file mode 100644 index 000000000..309cc7013 --- /dev/null +++ b/.github/workflows/schedule_tests_som_l10n_ES_aeat_mod347.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_l10n_ES_aeat_mod347 +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_l10n_ES_aeat_mod347 + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_partner_account.yml b/.github/workflows/schedule_tests_som_partner_account.yml new file mode 100644 index 000000000..4febdee06 --- /dev/null +++ b/.github/workflows/schedule_tests_som_partner_account.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_partner_account +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_partner_account + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_partner_seq.yml b/.github/workflows/schedule_tests_som_partner_seq.yml new file mode 100644 index 000000000..b56e34feb --- /dev/null +++ b/.github/workflows/schedule_tests_som_partner_seq.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_partner_seq +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_partner_seq + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_polissa.yml b/.github/workflows/schedule_tests_som_polissa.yml new file mode 100644 index 000000000..28c1defdd --- /dev/null +++ b/.github/workflows/schedule_tests_som_polissa.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_polissa +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_polissa + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_polissa_administradora.yml b/.github/workflows/schedule_tests_som_polissa_administradora.yml new file mode 100644 index 000000000..4ea64fd74 --- /dev/null +++ b/.github/workflows/schedule_tests_som_polissa_administradora.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_polissa_administradora +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_polissa_administradora + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_polissa_condicions_generals.yml b/.github/workflows/schedule_tests_som_polissa_condicions_generals.yml new file mode 100644 index 000000000..18b3eaa51 --- /dev/null +++ b/.github/workflows/schedule_tests_som_polissa_condicions_generals.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_polissa_condicions_generals +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_polissa_condicions_generals + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_polissa_condicions_generals_m101.yml b/.github/workflows/schedule_tests_som_polissa_condicions_generals_m101.yml new file mode 100644 index 000000000..f1e0070fc --- /dev/null +++ b/.github/workflows/schedule_tests_som_polissa_condicions_generals_m101.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_polissa_condicions_generals_m101 +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_polissa_condicions_generals_m101 + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_polissa_soci.yml b/.github/workflows/schedule_tests_som_polissa_soci.yml new file mode 100644 index 000000000..3b1ef7c29 --- /dev/null +++ b/.github/workflows/schedule_tests_som_polissa_soci.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_polissa_soci +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_polissa_soci + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_poweremail_common_templates.yml b/.github/workflows/schedule_tests_som_poweremail_common_templates.yml new file mode 100644 index 000000000..e6ba0d7aa --- /dev/null +++ b/.github/workflows/schedule_tests_som_poweremail_common_templates.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_poweremail_common_templates +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_poweremail_common_templates + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_remeses_base.yml b/.github/workflows/schedule_tests_som_remeses_base.yml new file mode 100644 index 000000000..347560099 --- /dev/null +++ b/.github/workflows/schedule_tests_som_remeses_base.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_remeses_base +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_remeses_base + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_switching.yml b/.github/workflows/schedule_tests_som_switching.yml new file mode 100644 index 000000000..6343f4eed --- /dev/null +++ b/.github/workflows/schedule_tests_som_switching.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_switching +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_switching + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_telemesura.yml b/.github/workflows/schedule_tests_som_telemesura.yml new file mode 100644 index 000000000..3c1d321ea --- /dev/null +++ b/.github/workflows/schedule_tests_som_telemesura.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_telemesura +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_telemesura + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_som_webforms_helpers.yml b/.github/workflows/schedule_tests_som_webforms_helpers.yml new file mode 100644 index 000000000..f2247943f --- /dev/null +++ b/.github/workflows/schedule_tests_som_webforms_helpers.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: som_webforms_helpers +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: som_webforms_helpers + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_uiqmako_helpers.yml b/.github/workflows/schedule_tests_uiqmako_helpers.yml new file mode 100644 index 000000000..c3c21e754 --- /dev/null +++ b/.github/workflows/schedule_tests_uiqmako_helpers.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: uiqmako_helpers +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: uiqmako_helpers + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file diff --git a/.github/workflows/schedule_tests_www_som.yml b/.github/workflows/schedule_tests_www_som.yml new file mode 100644 index 000000000..b76b6b9ca --- /dev/null +++ b/.github/workflows/schedule_tests_www_som.yml @@ -0,0 +1,17 @@ +# This workflow will pass tests of module passed by input + +name: www_som +on: + schedule: + - cron: '0 0 * * 1' + pull_request: + branches: [ main ] +jobs: + erp-tests-module: + uses: ./.github/workflows/reusable_workflow.yml + with: + module: www_som + secrets: + ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }} + ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }} + SRID: ${{ secrets.SRID }} \ No newline at end of file