Skip to content

Commit

Permalink
chore: try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jan 12, 2024
1 parent 19c7ccc commit bedbf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3,893 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: yarn
- run: yarn cov
- run: npm install
- run: npm run cov
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit bedbf5f

Please sign in to comment.