Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 25, 2023
1 parent 6390c1b commit 1dcade3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
coverage run -m pytest --full-trace --show-capture=no -sv tests
- name: Submit to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github

0 comments on commit 1dcade3

Please sign in to comment.