summaryrefslogtreecommitdiff
path: root/.github/workflows/auto.yml
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-11 17:39:46 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-01-11 17:39:46 +0200
commit943cd95f26758838715ce6cd725a58220ec81ab8 (patch)
treea882896334b4192c7d8483aaedbfe89e6ec3f2d5 /.github/workflows/auto.yml
parenta0c5adf3aeb40f5f81caab004f5886de41757a63 (diff)
Adding just idiotic no-op test to satisfy GHA workflow.
Diffstat (limited to '.github/workflows/auto.yml')
-rw-r--r--.github/workflows/auto.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml
index b89766e..81b0ab0 100644
--- a/.github/workflows/auto.yml
+++ b/.github/workflows/auto.yml
@@ -34,5 +34,5 @@ jobs:
run: poetry install
# Run unittests
- - name: Install poetry dependencies
- run: poetry run pytest
+ - name: Run unittests
+ run: poetry run pytest -v