Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5be7ed0

Browse files
committedJan 31, 2025·
add: implementation tests to CI
1 parent a61ff16 commit 5be7ed0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ jobs:
4646

4747
- name: Run API tests
4848
run: npm run test-api
49+
50+
- name: Run implementation tests
51+
run: npm run test-implementation

0 commit comments

Comments
 (0)
Please sign in to comment.