From 6169f9d480688d485e34e230f40c9d8f5cbb55b0 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Wed, 14 Feb 2024 09:39:25 +0100 Subject: [PATCH] Change folder for running tests --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8192f41..a965e3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,11 @@ jobs: with: path: custom - - name: Show current folder - run: ls - - name: Test python scripts - run: python -m unittest discover -t . -s tests + run: | + cd custom + python -m unittest + cd .. - name: Set test tag variable as an output id: vars