From e224c18040ddf90ddd170b27a565cfb990ce5c83 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Mon, 22 Jan 2024 19:57:27 +0100 Subject: [PATCH] test: refactoring --- .github/workflows/test-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 8fad3cf6..19fd7731 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -36,7 +36,7 @@ jobs: - name: Run tests run: | - cd /src/tests/cli-tests + cd src/tests/cli-tests npx jest --verbose --testPathPattern=${{ matrix.tags }} shell: bash