Skip to content

Commit 078f8dd

Browse files
committed
workflow
1 parent 0901626 commit 078f8dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Build Python Custom Docker image
1818
run: docker build -t python3 -f ${{ github.workspace }}/dockerfiles/python3.Dockerfile .
1919

20+
-name: Install testing dependencies
21+
run: npm install jest -g
22+
2023
- name: Run unit tests
2124
run: jest
2225

0 commit comments

Comments
 (0)