Skip to content

Commit 0eb7ddc

Browse files
committed
feat: SP-1801 Fix workflow
1 parent aee6583 commit 0eb7ddc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ 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-
3632
- name: Build Local Package
3733
run: make dist
3834

@@ -82,3 +78,7 @@ jobs:
8278
echo "Error: WFP test did not produce any results. Failing"
8379
exit 1
8480
fi
81+
82+
- name: Run Unit Tests
83+
run: |
84+
python -m unittest

0 commit comments

Comments
 (0)