Skip to content

Commit

Permalink
feat(test): fix to env
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Apr 22, 2024
1 parent 5747353 commit 306494a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./packages/bezier-react/coverage/
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 306494a

Please sign in to comment.