Skip to content

Commit

Permalink
Add all current modules
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolpiera committed Feb 2, 2024
1 parent 7f83c98 commit ec8ad0b
Show file tree
Hide file tree
Showing 43 changed files with 701 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule_tests_account_account_som.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule_tests_account_invoice_som.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_base_extended_som.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_dx_invoice_supplier_renumber.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_giscedata_facturacio_som.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_powersms.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_account_invoice_pending.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_atc.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_autofactura.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_autoreclama.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_control_reports.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_crawlers.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_dashboard.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_documents_sensibles.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_empowering.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_energetica.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_extend_facturacio_comer.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_facturacio_calculada.yml
Original file line number Diff line number Diff line change
@@ -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 }}
17 changes: 17 additions & 0 deletions .github/workflows/schedule_tests_som_facturacio_comer.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Loading

0 comments on commit ec8ad0b

Please sign in to comment.