test(editor): enable basic test for cross platform (#11667)

This commit is contained in:
Saul-Mirone
2025-04-14 07:36:56 +00:00
parent ee15b364d1
commit efecce9bf2
6 changed files with 13 additions and 10 deletions

View File

@@ -248,7 +248,7 @@ jobs:
- name: Run playwright tests
env:
BROWSER: ${{ matrix.browser }}
run: yarn workspace @affine-test/blocksuite test "inline-editor.spec.ts" --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
run: yarn workspace @affine-test/blocksuite test "cross-platform/" --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
- name: Upload test results
if: always()