fix(ci): fix website tests workflow (#565)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-18 10:17:09 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 56bfce8ae3
commit 78e8e3a8e1
+1 -5
View File
@@ -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