From 78e8e3a8e1c330c51cb3893b3d60924e56c96ea9 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Wed, 18 Feb 2026 10:17:09 -0600 Subject: [PATCH] fix(ci): fix website tests workflow (#565) Co-authored-by: Claude Opus 4.6 --- .github/workflows/website-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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