Skip to content

Commit

Permalink
chore: re-enable it test on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 23, 2024
1 parent 9f9453d commit 3f4f355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm test:it
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3f4f355

Please sign in to comment.