Skip to content

Commit f4a00a8

Browse files
authored
Merge pull request #42 from https-sam/dev
workflow
2 parents 49cb548 + e43c583 commit f4a00a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
run: docker build -t python3 -f ${{ github.workspace }}/dockerfiles/python3.Dockerfile .
1919

2020
- name: Install testing dependencies
21-
run: npm install jest ts-jest -g
21+
run: |
22+
npm install jest -g
23+
npm install ts-jest -g
2224
2325
- name: Run unit tests
2426
run: jest

0 commit comments

Comments
 (0)