Skip to content

Commit

Permalink
Speed up docs smoke tests (#6921)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Apr 27, 2023
1 parent b890425 commit 383ad80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 383ad80

Please sign in to comment.