Skip to content

Commit

Permalink
fixed to remove build error
Browse files Browse the repository at this point in the history
  • Loading branch information
golnazads committed Mar 30, 2021
1 parent ffc725a commit d5c95c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jobs:
build:

runs-on: ubuntu-latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

steps:
- name: Start Redis
Expand All @@ -31,6 +29,8 @@ jobs:
run: |
py.test
- run: coveralls

- name: Upload coverage data to coveralls.io
run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d5c95c0

Please sign in to comment.