Skip to content

OP-1729: Error translations update #29

OP-1729: Error translations update

OP-1729: Error translations update #29

Workflow file for this run

name: Module CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- 'release/**'
- develop
- 'feature/**'
workflow_dispatch:
inputs:
comment:
description: Just a simple comment to know the purpose of the manual build
required: false
jobs:
call:
name: Default CI Flow
uses: openimis/openimis-be_py/.github/workflows/ci_module.yml@develop
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
SONAR_PROJECT_KEY: openimis_openimis-be-medical_py
SONAR_ORGANIZATION: openimis-1
SONAR_PROJECT_NAME: openimis-be-medical_py
SONAR_PROJECT_VERSION: 1.0
SONAR_SOURCES: medical
SONAR_EXCLUSIONS: "**/migrations/**,**/static/**,**/media/**,**/tests/**"