From e97aa0d9d2e69eb5124ce47bfd410c6380af6ef2 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Mon, 2 Oct 2023 22:24:05 +0200 Subject: [PATCH] test autmation test --- .github/workflows/push-main-image-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index c0b522d..8d6880e 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -26,7 +26,7 @@ jobs: pip install pytest pytest-cov - name: Test with pytest run: | - pytest test_nest_functions.py -vv + pytest /home/runner/work/decluttarr/src/utils/test_nest_functions.py -vv build: runs-on: ubuntu-latest