mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 09:59:44 +00:00
feat(packages): i18n (#1708)
This commit is contained in:
@@ -64,6 +64,10 @@ jobs:
|
||||
- name: Run E2E tests
|
||||
run: pnpm --dir apps/e2e exec playwright test --project=vite-${{ matrix.browser }}
|
||||
|
||||
- name: Run sandbox E2E tests
|
||||
if: matrix.browser == 'chromium'
|
||||
run: pnpm --dir apps/e2e test:sandbox
|
||||
|
||||
- name: Upload test report
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user