Skip to content

Commit

Permalink
\#47 Update main file
Browse files Browse the repository at this point in the history
Co-authored-by: Vitor <vitorcx010@gmail.com>
  • Loading branch information
shayanealcantara and vitorcx committed Sep 26, 2019
1 parent dee45ac commit f23c6bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- master
- release/*
- develop
push:
branches:
- feature/47-continuous-integration

jobs:
test:
Expand All @@ -20,7 +17,7 @@ jobs:
- name: Setup enviroment
run: docker-compose up -d --build
- name: Run tests
run: docker exec acacia-backend bash -c "cd src/ && coverage run manage.py test && coverage xml -o cov.xml"
run: docker exec acacia_backend bash -c "cd src/ && coverage run manage.py test && coverage xml -o cov.xml"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.2
with:
Expand Down

0 comments on commit f23c6bf

Please sign in to comment.