Skip to content

Commit 49cb548

Browse files
authored
Merge pull request #41 from https-sam/dev
workflow
2 parents f2a1910 + e4b6f46 commit 49cb548

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
@@ -18,7 +18,7 @@ jobs:
1818
run: docker build -t python3 -f ${{ github.workspace }}/dockerfiles/python3.Dockerfile .
1919

2020
- name: Install testing dependencies
21-
run: npm install jest -g
21+
run: npm install jest ts-jest -g
2222

2323
- name: Run unit tests
2424
run: jest

0 commit comments

Comments
 (0)