mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
fix(ci): fix website tests workflow (#565)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
56bfce8ae3
commit
78e8e3a8e1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user