Skip to content

Commit

Permalink
ci: fga-eps-mds/2020.2-Lend.it#164 Update sonar ci step target branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdutraf committed May 12, 2021
1 parent 6332798 commit 65ce63c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- devel
- release-candidate
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand All @@ -13,6 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: Create docker network
run: docker network create lendit_gateway
- name: Run container
run: docker-compose -f docker-compose.dev.yml up -d --build
- name: Run coverage
run: docker-compose -f docker-compose.dev.yml run --rm rating python manage.py cov
- name: Upload code coverage results
Expand Down

0 comments on commit 65ce63c

Please # to comment.