Skip to content

Commit 74e9e69

Browse files
authored
Merge pull request #43 from https-sam/dev
update workflo
2 parents f4a00a8 + 5583c06 commit 74e9e69

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)