We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392d140 commit ba644faCopy full SHA for ba644fa
1 file changed
.github/workflows/build.yml
@@ -112,7 +112,9 @@ jobs:
112
113
- name: Run server and Playwright tests
114
run: |
115
- HOME=/root PLAYWRIGHT_CONFIG="--project ${{ matrix.browser }} --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}" vp run e2e
+ 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 }}"
118
119
- name: Upload blob report
120
uses: actions/upload-artifact@v7
0 commit comments