Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 89a8cbb

Browse files
authored
chore: Enable unit tests for sdk in CI (#197)
Enable unit test for sdk in CI
1 parent 5a6c8ae commit 89a8cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
- run: yarn
2626
- run: yarn run sdk:lint # lint code
2727
- run: yarn run sdk:build # compile typescript into javascript
28-
# - run: yarn run test:unit # run unit tests
28+
- run: yarn run sdk:test:unit --silent # run unit tests
2929
# - run: yarn run test:integrations # run integration tests tests

0 commit comments

Comments
 (0)