diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 623a7a71..28fd3e7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,4 +59,4 @@ jobs: run: pnpm lint - name: Run tests - run: nx test nx-semantic-release --runInBand --skip-nx-cache + run: pnpm exec nx test nx-semantic-release --runInBand --skip-nx-cache