Skip to content

Commit ba644fa

Browse files
committed
Fix CI maybe
1 parent 392d140 commit ba644fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ jobs:
112112

113113
- name: Run server and Playwright tests
114114
run: |
115-
HOME=/root PLAYWRIGHT_CONFIG="--project ${{ matrix.browser }} --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}" vp run e2e
115+
HOME=/root vp exec concurrently --success=first -r --kill-others \
116+
"vp run --filter @blocknote/example-editor preview" \
117+
"wait-on http://localhost:3000 && cd tests && vp exec playwright test --project ${{ matrix.browser }} --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}"
116118
117119
- name: Upload blob report
118120
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)