Skip to content

Commit 2e9ea34

Browse files
author
Jan
authored
Merge pull request #12 from openimis/ci_update_main
CI Update for openimis-be-payroll_py
2 parents 07577a5 + 3b1817c commit 2e9ea34

File tree

2 files changed

+30
-80
lines changed

2 files changed

+30
-80
lines changed

.github/workflows/ci.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Module CI
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened]
5+
push:
6+
branches:
7+
- main
8+
- 'release/**'
9+
- develop
10+
- 'feature/**'
11+
workflow_dispatch:
12+
inputs:
13+
comment:
14+
description: Just a simple comment to know the purpose of the manual build
15+
required: false
16+
17+
jobs:
18+
call:
19+
name: Default CI Flow
20+
uses: openimis/openimis-be_py/.github/workflows/ci_module.yml@develop
21+
secrets:
22+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23+
with:
24+
SONAR_PROJECT_KEY: openimis_openimis-be-payroll_py
25+
SONAR_ORGANIZATION: openimis-1
26+
SONAR_PROJECT_NAME: openimis-be-payroll_py
27+
SONAR_PROJECT_VERSION: 1.0
28+
SONAR_SOURCES: payroll
29+
SONAR_EXCLUSIONS: "**/migrations/**,**/static/**,**/media/**,**/tests/**"
30+

.github/workflows/openmis-module-test-psql.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)