From e00655b43086082aae73e41f43cd69cf55bb8e77 Mon Sep 17 00:00:00 2001 From: Eyal Ben Ivri Date: Mon, 29 Jul 2024 18:18:18 +0200 Subject: [PATCH] trying fix for path issue --- .github/workflows/testing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 17af4b3..48092ae 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -29,4 +29,6 @@ jobs: - name: Test App Code run: | pytest -v + pwd + ls -la pytest