Skip to content

Commit

Permalink
Add GA oorq py3
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolpiera committed Mar 28, 2024
1 parent 081bd66 commit 732640a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/oorq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This workflow will pass tests of module passed by input
name: oorq
on:
workflow_dispatch:
pull_request: # PR
jobs:
erp-tests-module:
uses: Som-Energia/openerp_som_addons/.github/workflows/reusable_workflow.yml@main
with:
module: oorq
pyversion: '["2.7", "3.10"]'
secrets:
ACCESS_TOKEN_GA: ${{ secrets.ACCESS_TOKEN_GA }}
ESIOS_TOKEN: ${{ secrets.ESIOS_TOKEN }}
SRID: ${{ secrets.SRID }}

0 comments on commit 732640a

Please sign in to comment.