Skip to content

Commit

Permalink
fix(ci): fix broken YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Dec 16, 2021
1 parent 4e18699 commit 5a31dc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Install dependencies
uses: npm ci
- name: Upload code coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: coverage
flags: unittests
fail_ci_if_error: true
verbose: true
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: coverage
flags: unittests
fail_ci_if_error: true
verbose: true

0 comments on commit 5a31dc1

Please sign in to comment.