Speed up docs smoke tests (#6921)
This commit is contained in:
parent
b89042553e
commit
383ad80768
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -239,7 +239,11 @@ jobs:
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
|
- name: Remove docs translations except for English and Korean
|
||||||
|
run: find smoke/docs/src/content/docs ! -name 'en' ! -name 'ko' -type d -mindepth 1 -maxdepth 1 -exec rm -rf {} +
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pnpm run test:smoke
|
run: pnpm run test:smoke
|
||||||
env:
|
env:
|
||||||
SKIP_OG: 1
|
SKIP_OG: true
|
||||||
|
PUBLIC_TWO_LANG: true
|
||||||
|
|
Loading…
Reference in a new issue