Skip to content

Commit

Permalink
fix(ci): run only unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jan 10, 2024
1 parent 986f13e commit 1681dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: yarn lint

- name: Run testing
run: yarn test
run: yarn test:unit

0 comments on commit 1681dbc

Please sign in to comment.