diff --git a/.github/workflows/website-tests.yml b/.github/workflows/website-tests.yml index ee847bca..1e762273 100644 --- a/.github/workflows/website-tests.yml +++ b/.github/workflows/website-tests.yml @@ -4,11 +4,7 @@ on: push: branches: - main - paths: - - 'site/**' pull_request: - paths: - - 'site/**' jobs: test: @@ -39,4 +35,4 @@ jobs: ${{ runner.os }}-turbo- - name: Run website tests - run: turbo run test --filter=site + run: pnpm exec turbo run test --filter=site