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