diff .github/workflows/python-publish.yml @ 28:30535f42d0ff

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 02 Feb 2022 21:16:10 +0100
parents c75ee64c812c
children
line wrap: on
line diff
--- a/.github/workflows/python-publish.yml	Thu Jan 06 12:10:25 2022 +0000
+++ b/.github/workflows/python-publish.yml	Wed Feb 02 21:16:10 2022 +0100
@@ -27,8 +27,8 @@
         flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
         # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
         flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
-    - name: Test
-      run: python -m unittest discover
+    - name: Testing units
+      run: python -m unittest tests.test_unit
     - name: Build package
       run: python -m build
     - name: Publish package