Skip to content

Commit 853c13f

Browse files
authored
Merge pull request #39 from https-sam/dev
workflow
2 parents 80f41c5 + 078f8dd commit 853c13f

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)