Skip to content

Commit 5583c06

Browse files
committed
update workflo
1 parent e43c583 commit 5583c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm install ts-jest -g
2424
2525
- name: Run unit tests
26-
run: jest
26+
run: npm test
2727

2828
# - name: Build Custom Docker image
2929
# run: docker build -t test_env .

0 commit comments

Comments
 (0)