We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee6583 commit 0eb7ddcCopy full SHA for 0eb7ddc
.github/workflows/python-local-test.yml
@@ -29,10 +29,6 @@ jobs:
29
python -m pip install --upgrade pip
30
pip install -r requirements-dev.txt
31
32
- - name: Run Unit Tests
33
- run: |
34
- python -m unittest
35
-
36
- name: Build Local Package
37
run: make dist
38
@@ -82,3 +78,7 @@ jobs:
82
78
echo "Error: WFP test did not produce any results. Failing"
83
79
exit 1
84
80
fi
81
+
+ - name: Run Unit Tests
+ run: |
+ python -m unittest
0 commit comments