Speed up docs smoke tests (#6921)

This commit is contained in:
Bjorn Lu 2023-04-27 21:23:29 +08:00 committed by GitHub
parent b89042553e
commit 383ad80768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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