From 943cd95f26758838715ce6cd725a58220ec81ab8 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Thu, 11 Jan 2024 17:39:46 +0200 Subject: Adding just idiotic no-op test to satisfy GHA workflow. --- .github/workflows/auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3