Skip to content

Commit

Permalink
fix indentation in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Apr 2, 2021
1 parent d36d22b commit d6bb8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -36,9 +36,9 @@ jobs:
run: make ci

- name: After success
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install -U coveralls scrutinizer-ocular
coveralls
ocular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d6bb8de

Please sign in to comment.