Skip to content

Commit f2a1910

Browse files
authored
Merge pull request #40 from https-sam/dev
workflow
2 parents 853c13f + 330c614 commit f2a1910

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
@@ -17,7 +17,7 @@ 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
20+
- name: Install testing dependencies
2121
run: npm install jest -g
2222

2323
- name: Run unit tests

0 commit comments

Comments
 (0)