Skip to content

Commit

Permalink
Fix cancelled issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chigia001 committed Aug 7, 2023
1 parent 7d86e5c commit 11ba5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Build examples
run: npm run compile:examples
- name: Report Coverage
if: ${{ matrix.code-coverage || !cancelled()}}
if: ${{ matrix.code-coverage && !cancelled()}}
uses: codecov/codecov-action@v3
with:
verbose: true
Expand Down

0 comments on commit 11ba5bf

Please sign in to comment.