Skip to content

Commit

Permalink
Merge pull request #213 from openimis/ci_update
Browse files Browse the repository at this point in the history
CI Update for openimis-be-core_py
  • Loading branch information
jdolkowski authored Sep 20, 2023
2 parents 94d7283 + cfc14ab commit abbf783
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
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-core_py
SONAR_ORGANIZATION: openimis-1
SONAR_PROJECT_NAME: openimis-be-core_py
SONAR_PROJECT_VERSION: 1.0
SONAR_SOURCES: core
SONAR_EXCLUSIONS: "**/migrations/**,**/static/**,**/media/**,**/tests/**"

10 changes: 0 additions & 10 deletions sonar-project.properties

This file was deleted.

0 comments on commit abbf783

Please sign in to comment.