Skip to content

Commit

Permalink
chore: test command
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 23, 2024
1 parent 3f4f355 commit 6a9c978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm test:it
- name: Integration Test
run: npm run test:it
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 6a9c978

Please sign in to comment.