File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,17 @@ jobs:
1919 with :
2020 node-version : 22
2121 - uses : pnpm/action-setup@v4
22- working-directory : ./tests-widget
2322 with :
2423 run_install : |
2524 - cwd: tests-widget
2625 package_json_file : tests-widget/package.json
2726 - name : Install Playwright Browsers
2827 run : pnpm exec playwright install --with-deps
28+ working-directory : ./tests-widget
2929 - name : Install vitessce
3030 run : uv sync --extra dev --extra all
3131 - name : Export notebook to HTML
3232 run : uv run jupyter nbconvert --to=html --execute docs/notebooks/widget_from_dict.ipynb
3333 - name : Check that widget renders in HTML output using Playwright
34- run : pnpm exec playwright test
34+ run : pnpm exec playwright test
35+ working-directory : ./tests-widget
You can’t perform that action at this time.
0 commit comments