diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de95dc259..970dc1d7c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,11 @@ jobs: - name: Build Packages 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 run: pnpm run test:smoke env: - SKIP_OG: 1 + SKIP_OG: true + PUBLIC_TWO_LANG: true