Skip to content

Commit f92a058

Browse files
matiasdaloiaeeisegn
authored andcommitted
feat: SP-1801 Add unit tests to workflow file
1 parent b8a180d commit f92a058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-local-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install -r requirements-dev.txt
3131
32+
- name: Run Unit Tests
33+
run: |
34+
python -m unittest
35+
3236
- name: Build Local Package
3337
run: make dist
3438

0 commit comments

Comments
 (0)